WPF Dialog window not getting styles

  • Thread starter Thread starter VasicDev2
  • Start date Start date
V

VasicDev2

Guest
I have styles in the App.xaml that aren't being inherited by dialog windows. I'm having to put everything into a resource dictionary and merge it into all the dialogs resources. Is this expected behavior? I've never had to do this before. Is there a resource I can read about this? Every google source comes back with basics about how to show a dialog. I should also mention that I'm doing resource swapping because I've got multiple themes. So I'm clearing the resource for the application and then adding them back with the appropriate theme resource. Thoughts?

Continue reading...
 
Back
Top