8 references to IsRightToLeft
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (2)
224
parent.EffectiveFlowDirection.
IsRightToLeft
()) &&
491
if (child.Parent is IFlowDirectionController parent && (isRightToLeft = parent.ApplyEffectiveFlowDirectionToChildContainer && parent.EffectiveFlowDirection.
IsRightToLeft
()))
Microsoft.Maui.Controls.Compatibility (6)
Android\Extensions\FlowDirectionExtensions.cs (1)
21
if (controller.EffectiveFlowDirection.
IsRightToLeft
())
Android\PopupManager.cs (2)
169
if ((sender as IVisualElementController).EffectiveFlowDirection.
IsRightToLeft
())
185
if ((sender as IVisualElementController).EffectiveFlowDirection.
IsRightToLeft
())
Android\Renderers\EntryRenderer.cs (2)
596
&& (Element as IVisualElementController).EffectiveFlowDirection.
IsRightToLeft
())))
645
if ((Element as IVisualElementController).EffectiveFlowDirection.
IsRightToLeft
())
Android\Renderers\ScrollViewRenderer.cs (1)
276
if (!_checkedForRtlScroll && _hScrollView != null && Element is IVisualElementController controller && controller.EffectiveFlowDirection.
IsRightToLeft
())