8 overrides of LayoutChildren
Microsoft.Maui.Controls (8)
ContentPresenter.cs (1)
41
protected override void
LayoutChildren
(double x, double y, double width, double height)
LegacyLayouts\AbsoluteLayout.cs (1)
69
protected override void
LayoutChildren
(double x, double y, double width, double height)
LegacyLayouts\FlexLayout.cs (1)
414
protected override void
LayoutChildren
(double x, double y, double width, double height)
LegacyLayouts\GridCalc.cs (1)
14
protected override void
LayoutChildren
(double x, double y, double width, double height)
LegacyLayouts\RelativeLayout.cs (1)
172
protected override void
LayoutChildren
(double x, double y, double width, double height)
LegacyLayouts\StackLayout.cs (1)
50
protected override void
LayoutChildren
(double x, double y, double width, double height)
ScrollView\ScrollView.cs (1)
278
protected override void
LayoutChildren
(double x, double y, double width, double height)
TemplatedView\TemplatedView.cs (1)
31
protected override void
LayoutChildren
(double x, double y, double width, double height)
2 references to LayoutChildren
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (2)
84
LayoutChildren
(bounds.X, bounds.Y, bounds.Width, bounds.Height);
472
LayoutChildren
(x, y, w, h);