So, I use a class library called MyControls.dll, in which I created several themes: Generic.xaml (where my controls are regular), GenericBlue.xaml (where my controls are blue), etc.
When I use this class library, it automatically selects Generic.xaml. My question is: can I somehow manually choose which GenericXXX.xaml to choose. I want some programs to display in a specific color, and some other programs to display in a different color, etc.
source share