Following on from this question about setting Culture, I have a similar issue with application-wide styles.
In a pure WPF application, I can set these up in App.xaml.
However I have a WinForms application that is being progressively migrated to WPF, and contains several WPF UserControls. Is there a way to define application-wide styles that will be applied to all these components?
** UPDATE **
Voted to close this after finding an exact duplicate.
The blog post linked from the duplicate discusses several options including adding an App class with build action = Page.