4 references to ToFlowDirection
Microsoft.Maui.Controls (4)
Internals\PropertyPropagationExtensions.cs (2)
64
var flowDirection = sourceController.EffectiveFlowDirection.
ToFlowDirection
();
66
if (flowDirection != controller.EffectiveFlowDirection.
ToFlowDirection
())
Window\Window.cs (2)
581
return controller.EffectiveFlowDirection.
ToFlowDirection
();
584
return _effectiveFlowDirection.
ToFlowDirection
();