1 implementation of RequestedLayoutDirection
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.uwp.cs (1)
78
public LayoutDirection
RequestedLayoutDirection
=>
2 references to RequestedLayoutDirection
Microsoft.Maui.Controls (1)
Window\Window.cs (1)
598
var flowDirection = AppInfo.Current.
RequestedLayoutDirection
.ToFlowDirection();
Microsoft.Maui.Essentials (1)
AppInfo\AppInfo.shared.cs (1)
111
public static LayoutDirection RequestedLayoutDirection => Current.
RequestedLayoutDirection
;