Skip to content

ReactiveUI.Winforms namespace

Part of the ReactiveUI.Winforms 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.
ContentControlBindingHookclassAutoDataTemplateBindingHook 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.
CreatesWinformsCommandBindingclassDefault command binder for Windows Forms controls that connects an ICommand to an event on a target object.
PanelSetMethodBindingConverterclassA converter that can handle setting values on a Panel control for binding.
PlatformOperationsclassReturns the current orientation of the device on Windows.
ReactiveUserControlclassThis is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
ReactiveUserControlNonGenericclassThis is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged).
Registrationsclass.NET Framework platform registrations.
RoutedControlHostclassA control host which will handling routing between different ViewModels and Views.
TableContentSetMethodBindingConverterclassA binding set converter which will convert from a Table.
ViewModelControlHostclassA view model control host which will find and host the View for a ViewModel.
WinformsCreatesObservableForPropertyclassWinForm view objects are not Generally Observable™, so hard-code some particularly useful types.