4 references to FlowDirection
Microsoft.Maui.Controls (4)
Window\Window.cs (4)
27 /// <summary>Bindable property for <see cref="FlowDirection"/>.</summary> 29 BindableProperty.Create(nameof(FlowDirection), typeof(FlowDirection), typeof(Window), FlowDirection.MatchParent, propertyChanging: FlowDirectionChanging, propertyChanged: FlowDirectionChanged); 577 if (FlowDirection == FlowDirection.MatchParent && 595 if (FlowDirection == FlowDirection.MatchParent && mauiContext != null)