3 writes to _checkedForRtlScroll
Microsoft.Maui.Controls.Compatibility (3)
Android\Renderers\ScrollViewRenderer.cs (3)
281
_checkedForRtlScroll
= true;
286
_checkedForRtlScroll
= true;
368
_checkedForRtlScroll
= true;
1 reference to _checkedForRtlScroll
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\ScrollViewRenderer.cs (1)
276
if (!
_checkedForRtlScroll
&& _hScrollView != null && Element is IVisualElementController controller && controller.EffectiveFlowDirection.IsRightToLeft())