Skip to content

DependencyObjectObservableForProperty class

Defined in

Namespace: ReactiveUI.Binding.Wpf Assembly: ReactiveUI.Binding.Wpf.dll Full name: ReactiveUI.Binding.Wpf.DependencyObjectObservableForProperty Modifiers: public

Summary

View source

        Creates an observable for a property if available that is based on a WPF DependencyProperty.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net462, net481

Class hierarchy
classDiagram
class DependencyObjectObservableForProperty
class ICreatesObservableForProperty {
    <>
}
ICreatesObservableForProperty <|.. DependencyObjectObservableForProperty

Implements: ICreatesObservableForProperty

Constructors

NameSummary
.ctor

Methods

NameSummary
GetAffinityForObjectReturns a positive integer for types this implementation can observe, or zero/negative for unsupported types. Higher values win.
GetNotificationForPropertyCreates an observable that fires when the specified property changes.
Inherited members