Skip to content

ReactiveUI.WinUI namespace

Part of the ReactiveUI.WinUI package.

TypeKindSummary
ActivationForViewFetcherclassThis class is the default implementation that determines when views are Activated and Deactivated.
RegistrationsclassThe 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.