Name | Description |
---|---|
App | |
CompositionRoot | This class follows the Composition Root Pattern as described here: http://blog.ploeh.dk/2011/07/28/CompositionRoot/ It constructs any and all required objects, the whole graph for use for the process lifetime of the application. This class also contains all usage of IoC (Autofac in this case) to this class. It should not be used any where else in the application to prevent the Service Locator anti-pattern from appearing. |
DemoFileHelper | |
MainMenuController | |
PersistenceOperationCommands | |
PersistenceOperations | |
Scratchpad | Interaction logic for Scratchpad.xaml |
ShellController | |
ShellPersistentState | |
ShellWindow | Interaction logic for ShellWindow.xaml |
UiContext | |
UserPrompts |