1 write to CoerceValue
Microsoft.Maui.Controls (1)
BindableProperty.cs (1)
109 CoerceValue = coerceValue;
5 references to CoerceValue
Microsoft.Maui.Controls (5)
BindableObject.cs (5)
148 if (property.CoerceValue != null) 149 property.CoerceValue(this, newValue); 572 if (property.CoerceValue != null) 573 value = property.CoerceValue(this, value); 830 property.CoerceValue?.Invoke(this, currentValue);