1 write to PropertyChanging
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
107 PropertyChanging = propertyChanging;
2 references to PropertyChanging
Microsoft.Maui.Controls (2)
BindableObject.cs (2)
141 property.PropertyChanging?.Invoke(this, original.Value, newValue); 640 property.PropertyChanging?.Invoke(this, original, value);