In my application I am loading all my shared resources into the app.xaml. The problem is that the vs2008 designer can't see styles in a different assembly so I lose designer support unless I use dynamic resources which comes with a whole other set of problems.
My question is can I directly load the same resources directly onto a page without a performance penalty or is there another solution to this problem?