Is it possible to set x:Shared = false by default somehow? I have many ResourceDictionary and I often forget to set it when adding new item, which can
x:Shared = false
ResourceDictionary
No, it is not possibility, because x:Shared is used in XAML only. There is no code equivalent to set it in C# code, otherwise you could have solved the problem by creating an attached property.
x:Shared