3 references to ShouldDelayContentTouchesProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\ScrollView.cs (2)
15
return (bool)element.GetValue(
ShouldDelayContentTouchesProperty
);
21
element.SetValue(
ShouldDelayContentTouchesProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
208
if (e.PropertyName == PlatformConfiguration.iOSSpecific.ScrollView.
ShouldDelayContentTouchesProperty
.PropertyName)