12 references to CoerceValueDelegate
Microsoft.Maui.Controls (12)
BindableObject.cs (4)
787 /// This is done by invoking <see cref="BindableProperty.CoerceValueDelegate"/> of the specified bindable property. 793 /// <remarks>If <see cref="BindableProperty.CoerceValueDelegate"/> is not assigned to, nothing will happen.</remarks> 798 /// This is done by invoking <see cref="BindableProperty.CoerceValueDelegate"/> of the specified bindable property. 804 /// <remarks>If <see cref="BindableProperty.CoerceValueDelegate"/> is not assigned to, nothing will happen.</remarks>
BindableProperty.cs (8)
79 CoerceValueDelegate coerceValue = null, BindablePropertyBindingChanging bindingChanging = null, bool isReadOnly = false, CreateDefaultValueDelegate defaultValueCreator = null) 137 internal CoerceValueDelegate CoerceValue { get; private set; } 150 CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null) 159 CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null) 167 CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null) 177 CoerceValueDelegate coerceValue = null, CreateDefaultValueDelegate defaultValueCreator = null) 185 BindingPropertyChangedDelegate propertyChanged, BindingPropertyChangingDelegate propertyChanging, CoerceValueDelegate coerceValue, BindablePropertyBindingChanging bindingChanging, 193 BindingPropertyChangedDelegate propertyChanged, BindingPropertyChangingDelegate propertyChanging, CoerceValueDelegate coerceValue, BindablePropertyBindingChanging bindingChanging,