Can WPF themes be used to include multiple skins for an application that can be changed at runtime?
WPF allows a control library to provide different resource dictionaries for different system themes, essentially allowing an application to match the operating system's selected visual theme (Aero, Luna, etc). I'm wondering if I can include multiple theme resource dictionaries with my application and utilise some existing theme support ...