ReactiveUI.WinUI namespace¶
Part of the ReactiveUI.WinUI package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | This class is the default implementation that determines when views are Activated and Deactivated. |
| Registrations | class | The main registration for common classes for the Splat dependency injection. We have code that runs reflection through the different ReactiveUI classes searching for IWantsToRegisterStuff and will register all our required DI interfaces. The registered items in this classes are common for all Platforms. To get these registrations after the main ReactiveUI Initialization use the DependencyResolverMixins.InitializeReactiveUI() extension method. |