11 references to Layout
Microsoft.Maui.Controls (11)
FlyoutPage\FlyoutPage.cs (4)
146
_detail.
Layout
(value);
158
_flyout.
Layout
(value);
201
_flyout.
Layout
(_flyoutBounds);
202
_detail.
Layout
(_detailBounds);
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)
1893
/// 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
"/>.