I have some assemblies that contain WPF windows and code to provide common functionality when working with in-house systems. As an example - browsing a database and selecting an object.
I've integrated this into a third-party WPF app, but the controls in my own assembly are now being "themed" in the style of the host app. For example my buttons appear identical to the square brown versions used by the app.
How can I prevent this and keep the Windows in my assembly using the default Aero look and feel?