Skip to content

ReactiveUI.Uno namespace

Part of the ReactiveUI.Uno package.

TypeKindSummary
ActivationForViewFetcherclassActivationForViewFetcher is how ReactiveUI determine when a View is activated or deactivated. This is usually only used when porting ReactiveUI to a new UI framework.
AppBootstrapperclassRepresents the application's main bootstrapper, providing routing and navigation state for the user interface.
AutoDataTemplateBindingHookclassAutoDataTemplateBindingHook is a binding hook that checks ItemsControls that don't have DataTemplates, and assigns a default DataTemplate that loads the View associated with each ViewModel.
BooleanToVisibilityHintenumHints to control how Boolean to Visibility conversion behaves.
BooleanToVisibilityTypeConverterclassConverts between a Boolean and XAML Visibility. to invert the result.
DependencyObjectObservableForPropertyclassCreates a observable for a property if available that is based on a DependencyProperty.
GlobalStaticResourcesclassContains all the static resources defined for the application
PlatformOperationsclassReturns the current orientation of the device on Windows.
ReactivePageclassA Page that is reactive.
ReactiveUIUnoDictionaryclassReactiveUIUnoControlsDictionary.
ReactiveUserControlclassA UserControl that is reactive.
RegistrationsclassRegisters platform-specific services, type converters, and binding hooks required for ReactiveUI to operate on the Uno platform.
ResourceclassAndroid Resource Designer class. Exposes the Android Resource designer assembly into the project Namespace.
RoutedViewHostclassThis control hosts the View associated with a Router, and will display the View and wire up the ViewModel whenever a new ViewModel is navigated to. Put this control as the only control in your Window.
TransitioningContentControlclassA ContentControl that displays its content with animated transitions when the content changes.
ViewModelViewHostclassThis content control will automatically load the View associated with the ViewModel property and display it. This control is very useful inside a DataTemplate to display the View associated with a ViewModel.
WinRTAppDataDriverclassLoads and saves state to persistent storage.
WindowExtensionsclassExtension methods for the Window class.