1 write to ValidateValue
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
108 ValidateValue = validateValue;
4 references to ValidateValue
Microsoft.Maui.Controls (4)
BindableObject.cs (4)
566 if (property.ValidateValue != null && !property.ValidateValue(this, value)) 827 if (property.ValidateValue != null && !property.ValidateValue(this, currentValue))