Skip to content

DependencyObjectObservableForProperty class

Attributes: [RequiresUnreferencedCode("Uses reflection to find DependencyProperty static fields/properties.")]

Defined in

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

Summary

View source

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

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041

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