6 references to IsLeftToRight
Microsoft.Maui.Controls (1)
EffectiveFlowDirectionExtensions.cs (1)
44
if (self.
IsLeftToRight
())
Microsoft.Maui.Controls.Compatibility (5)
Android\Extensions\FlowDirectionExtensions.cs (1)
28
else if (controller.EffectiveFlowDirection.
IsLeftToRight
())
Android\PopupManager.cs (2)
171
else if ((sender as IVisualElementController).EffectiveFlowDirection.
IsLeftToRight
())
187
else if ((sender as IVisualElementController).EffectiveFlowDirection.
IsLeftToRight
())
Android\Renderers\EntryRenderer.cs (1)
591
&& (Element as IVisualElementController).EffectiveFlowDirection.
IsLeftToRight
())
Android\Renderers\ScrollViewRenderer.cs (1)
124
var flowDirection = controller.EffectiveFlowDirection.
IsLeftToRight
()