I am using the templates for prism by David Hill and each application module contains a App.xaml file. I was sure that each module as it was loaded would create the App object (startup object in properties) and then call the application_startup() event.
However, this does not seem to be happening? Is this correct behaviour? If so, how would I define my resources (styles etc) in a app.xaml file for each application module?
JD