1 reference to OnStatePropertyChanged
Microsoft.Maui.Controls (1)
Interactivity\PropertyCondition.cs (1)
22
_stateProperty = BindableProperty.CreateAttached("State", typeof(bool), typeof(PropertyCondition), false, propertyChanged:
OnStatePropertyChanged
);