2 references to ShouldDelayContentTouches
Microsoft.Maui.Controls (1)
PlatformConfiguration\iOSSpecific\ScrollView.cs (1)
9
/// <summary>Bindable property for <see cref="
ShouldDelayContentTouches
"/>.</summary>
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
307
DelaysContentTouches = ((ScrollView)Element).OnThisPlatform().
ShouldDelayContentTouches
();