ReactiveUI.Winforms namespace¶
Part of the ReactiveUI.Winforms package.
| Type | Kind | Summary |
|---|---|---|
| ActivationForViewFetcher | class | ActivationForViewFetcher is how ReactiveUI determine when a View is activated or deactivated. This is usually only used when porting ReactiveUI to a new UI framework. |
| ContentControlBindingHook | class | AutoDataTemplateBindingHook 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. |
| CreatesWinformsCommandBinding | class | Default command binder for Windows Forms controls that connects an ICommand to an event on a target object. |
| PanelSetMethodBindingConverter | class | A converter that can handle setting values on a Panel control for binding. |
| PlatformOperations | class | Returns the current orientation of the device on Windows. |
| ReactiveUserControl | class | This is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged). |
| ReactiveUserControlNonGeneric | class | This is an UserControl that is both and UserControl and has a ReactiveObject powers (i.e. you can call RaiseAndSetIfChanged). |
| Registrations | class | .NET Framework platform registrations. |
| RoutedControlHost | class | A control host which will handling routing between different ViewModels and Views. |
| TableContentSetMethodBindingConverter | class | A binding set converter which will convert from a Table. |
| ViewModelControlHost | class | A view model control host which will find and host the View for a ViewModel. |
| WinformsCreatesObservableForProperty | class | WinForm view objects are not Generally Observable™, so hard-code some particularly useful types. |