2 references to CoerceValue
Microsoft.Maui.Controls (2)
BindableObject.cs (2)
794
public void CoerceValue(BindableProperty property) =>
CoerceValue
(property, checkAccess: true);
810
CoerceValue
(propertyKey.BindableProperty, checkAccess: false);