ReactiveUI.Reactive namespace¶
Part of the ReactiveUI.Wpf.Reactive 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. |
| BooleanToVisibilityTypeConverter | class | Converts Boolean to Visibility. |
| ReactivePage | class | A Page that is reactive. |
| ReactiveUserControl | class | A UserControl that is reactive. |
| ReactiveWindow | class | A Window that is reactive. |
| TransitionDirection | enum | Specifies the directional variant of a transition (where applicable). |
| TransitionType | enum | Specifies the animation behavior to use when the content changes. |
| TransitioningContentControl | class | A ContentControl that animates the visual transition whenever its Content changes. |
| ValidationBindingMixins | class | Provides validation-aware binding extension methods for WPF views. |
| VisibilityToBooleanTypeConverter | class | Converts Visibility to Boolean. |
| WpfViewForMixins | class | WPF-specific activation helpers. |