6 references to RightToLeft
Microsoft.Maui.Controls (6)
EffectiveFlowDirectionExtensions.cs (6)
30
return EffectiveFlowDirection.
RightToLeft
| EffectiveFlowDirection.Explicit;
34
return EffectiveFlowDirection.
RightToLeft
;
55
return (self & EffectiveFlowDirection.
RightToLeft
) == EffectiveFlowDirection.
RightToLeft
;
61
return (self & EffectiveFlowDirection.
RightToLeft
) != EffectiveFlowDirection.
RightToLeft
;