2 references to UpdateOnTapProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Slider.cs (2)
15
return (bool)element.GetValue(
UpdateOnTapProperty
);
21
element.SetValue(
UpdateOnTapProperty
, value);