5 overrides of LayoutChildren
Microsoft.Maui.Controls (5)
ContentPage\ContentPage.cs (1)
80
protected override void
LayoutChildren
(double x, double y, double width, double height)
FlyoutPage\FlyoutPage.cs (1)
198
protected override void
LayoutChildren
(double x, double y, double width, double height)
NavigationPage\NavigationPage.cs (1)
443
protected override void
LayoutChildren
(double x, double y, double width, double height)
Shell\Shell.cs (1)
1976
protected override void
LayoutChildren
(double x, double y, double width, double height)
TabbedPage\TabbedPage.cs (1)
84
protected override void
LayoutChildren
(double x, double y, double width, double height)
2 references to LayoutChildren
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
85
base.
LayoutChildren
(x, y, width, height);
Page\Page.cs (1)
595
LayoutChildren
(x, y, w, h);