ViewInjectionService Fields
Allows you to integrate any ViewModel (with its View) to any control.| Name | Description |
|---|---|
| RegionNameProperty static | Identifies the ViewInjectionService.RegionName dependency property. |
| SelectedViewModelChangedCommandProperty static | Identifies the ViewInjectionService.SelectedViewModelChangedCommand dependency property. |
| SelectedViewModelProperty static | Identifies the ViewInjectionService.SelectedViewModel dependency property. |
| StrategyManagerProperty static | Identifies the ViewInjectionService.StrategyManager dependency property. |
| UnregisterOnUnloadedProperty static | Identifies the ServiceBase.UnregisterOnUnloaded dependency property. Inherited from ServiceBase. |
| ViewInjectionManagerProperty static | Identifies the ViewInjectionService.ViewInjectionManager dependency property. |
| ViewLocatorProperty static | Identifies the ViewInjectionService.ViewLocator dependency property. |
| ViewModelClosingCommandProperty static | Identifies the ViewInjectionService.ViewModelClosingCommand dependency property. |
See Also