3 writes to _checkedForRtlScroll
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\ScrollViewRenderer.cs (3)
166
_checkedForRtlScroll
= true;
171
_checkedForRtlScroll
= true;
267
_checkedForRtlScroll
= true;
1 reference to _checkedForRtlScroll
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ScrollViewRenderer.cs (1)
157
if (Superview == null || ScrollView.Content == null || _requestedScroll != null ||
_checkedForRtlScroll
)