18 references to Layout
Microsoft.Maui.Controls (15)
Compatibility\Handlers\FlyoutPage\iOS\PhoneFlyoutPageRenderer.cs (1)
115 Element.Layout(new Rect(Element.X, Element.Y, size.Width, size.Height));
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
136 Element.Layout(new Rect(Element.X, Element.Y, size.Width, size.Height));
FlyoutPage\FlyoutPage.cs (4)
146 _detail.Layout(value); 158 _flyout.Layout(value); 201 _flyout.Layout(_flyoutBounds); 202 _detail.Layout(_detailBounds);
Handlers\Items\iOS\ItemsViewController.cs (1)
728 _emptyViewFormsElement.Layout(frame.ToRectangle());
Handlers\Items2\iOS\ItemsViewController2.cs (1)
473 _emptyViewFormsElement.Layout(frame.ToRectangle());
LegacyLayouts\FlexLayout.cs (1)
430 child.Layout(frame);
LegacyLayouts\Layout.cs (3)
239 child.Layout(region); 277 child.Layout(region); 542 child.Layout(region);
ViewExtensions.cs (1)
105 return AnimateTo(view, 0, 1, nameof(LayoutTo), (v, value) => v.Layout(computeBounds(value)), length, easing);
VisualElement\VisualElement.cs (2)
1890 /// Prior to .NET 9, this method simply called <see cref="Layout"/>. If you need to revert to the old behavior, just call <see cref="Layout"/>.
Microsoft.Maui.Controls.Compatibility (3)
Tizen\Renderers\LayoutRenderer.cs (1)
116 Element.Layout(bound);
Tizen\Renderers\PageRenderer.cs (1)
46 Element.Layout(e.Geometry.ToDP());
Tizen\Renderers\VisualElementRenderer.cs (1)
289 Element.Layout(new Rect(0, 0, -1, -1));