I have an import in my view model for the regionmanager [Import] private IRegionManager _regionManager;
I am following prism to build wpf application. In my application, there is a helper class library where I defined resources and styles which is going to be used by multiple class libraries in the solu
I can\'t get my application to resize the screen correctly. here is my xaml <Grid x:Name=\"LayoutRoot\"
Is it possible to register a region adapter within a module? I have a ContentControl in my Shell.xaml set to region \"MainRegion\" that currently gets populated with a module containing the AvalonDoc
I am doing a module in an application where I need to create a complex UI. I decided to use user controls for the UI because of the complexity.
Using Prism Scultpure I am facing this problem Can some one help me what to do. I have R1 Region but it raise the follwoing error
I am working with Silverligh开发者_开发问答t 4.0 and Windows Application Composite Framework (Prism).
I don\'t understand w开发者_运维问答hat the difference here is, anyone care to explain how a ModuleExport is different than an Export?ModuleExport is an ExportAttribute, but with some additional modul
The situation: \"Shell\" project with App.xaml and a resource dictionary in Styles/Default.xaml with the interesting parts thus:
I have built a Silverlight 4 application with Prism4. I created several content regions in the shell.xaml and everything is working just fine. Now I want to do the following: