1 implementation of Arrange
Microsoft.Maui.Controls (1)
VisualElement\VisualElement.cs (1)
1898 Size IView.Arrange(Rect bounds)
8 references to Arrange
Microsoft.Maui (6)
Layouts\AbsoluteLayoutManager.cs (1)
99 child.Arrange(destination);
Layouts\FlexLayoutManager.cs (1)
37 child.Arrange(frame);
Layouts\GridLayoutManager.cs (1)
46 view.Arrange(cell);
Layouts\HorizontalStackLayoutManager.cs (1)
84 child.Arrange(destination);
Layouts\LayoutExtensions.cs (1)
182 _ = contentView.PresentedContent.Arrange(targetBounds);
Layouts\VerticalStackLayoutManager.cs (1)
64 child.Arrange(destination);
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (2)
233 fe.Arrange(region); 499 fe.Arrange(region);