6 references to Explicit
Microsoft.Maui.Controls (6)
EffectiveFlowDirectionExtensions.cs (6)
20
return EffectiveFlowDirection.
Explicit
;
30
return EffectiveFlowDirection.RightToLeft | EffectiveFlowDirection.
Explicit
;
67
return (self & EffectiveFlowDirection.
Explicit
) != EffectiveFlowDirection.
Explicit
;
73
return (self & EffectiveFlowDirection.
Explicit
) == EffectiveFlowDirection.
Explicit
;