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