2 writes to FlowDirection
Microsoft.Maui.Controls (2)
AlertArguments.cs (1)
19 FlowDirection = FlowDirection.MatchParent;
Page\Page.cs (1)
339 args.FlowDirection = flowDirection;
5 references to FlowDirection
Microsoft.Maui.Controls.Compatibility (5)
Android\PopupManager.cs (5)
141 if (arguments.FlowDirection == FlowDirection.MatchParent && sender is IVisualElementController ve) 143 else if (arguments.FlowDirection == FlowDirection.LeftToRight) 145 else if (arguments.FlowDirection == FlowDirection.RightToLeft) 157 textView.TextDirection = GetTextDirection(sender, arguments.FlowDirection); 158 ((alert.GetButton((int)DialogButtonType.Negative).Parent) as global::Android.Views.View).LayoutDirection = GetLayoutDirection(sender, arguments.FlowDirection);