5 implementations of ArrangeChildren
Microsoft.Maui (2)
Layouts\FlexLayoutManager.cs (1)
16 public Size ArrangeChildren(Rect bounds)
Layouts\LayoutManager.cs (1)
17 public abstract Size ArrangeChildren(Rect bounds);
Microsoft.Maui.Controls (3)
Layout\AndExpandLayoutManager.cs (1)
29 public Size ArrangeChildren(Rect bounds)
Layout\StackLayoutManager.cs (1)
35 public Size ArrangeChildren(Rect bounds)
LegacyLayouts\Layout.cs (1)
82 Size ILayoutManager.ArrangeChildren(Rect bounds)
2 references to ArrangeChildren
Microsoft.Maui.Controls (2)
Layout\Layout.cs (1)
354 return LayoutManager.ArrangeChildren(bounds);
Layout\StackLayoutManager.cs (1)
37 return SelectLayoutManager().ArrangeChildren(bounds);