5 overrides of LayoutChildren
Microsoft.Maui.Controls (5)
ContentPage\ContentPage.cs (1)
77 protected override void LayoutChildren(double x, double y, double width, double height)
FlyoutPage\FlyoutPage.cs (1)
195 protected override void LayoutChildren(double x, double y, double width, double height)
NavigationPage\NavigationPage.cs (1)
446 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)
82 base.LayoutChildren(x, y, width, height);
Page\Page.cs (1)
592 LayoutChildren(x, y, w, h);