How to force VS to react on a changing of an attached property in design time?
- by sedovav
Imagine, we have a wpf class library with a window1.xaml and a resource dictionary res.xaml defined in it. I know how to use styles that defined in the res.xaml for the controls that defined into the window:
<Window x:Class="...Window1">
<Window.Resources>
<ResourceDictionary>
…