I need to use the styles in several modules in Silverlight application based on Prism 4. What is the best approach for this?
You can achieve this by adding the resources to your prism shell project and adding a reference to the shell module project in all the other modules.