3 references to IsExplicit
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (1)
1612
if (self.EffectiveFlowDirection.
IsExplicit
() && oldValue == newValue)
Window\Window.cs (2)
373
if (self.EffectiveFlowDirection.
IsExplicit
() && oldValue == newValue)
579
controller.EffectiveFlowDirection.
IsExplicit
())