WPF user controls: do not use merged dictionaries for shared resources

Resource dictionaries in WPF are not shared, unless they are part of App.xaml. That is, if you have a user control that loads (and uses) some resource dictionary, new instance […]