1 reference to OnBoundPropertyChanged
Microsoft.Maui.Controls (1)
Interactivity\BindingCondition.cs (1)
20
_boundProperty = BindableProperty.CreateAttached("Bound", typeof(object), typeof(BindingCondition), null, propertyChanged:
OnBoundPropertyChanged
);