I have a lot of UIElements in many XAML files. I need all of them to implement a property (dependency property), I can bind bool value to it with a converter.
How could I force my elements to use a property? And I want them to inherit from a class, it will need a lot of changes and time.