2 overrides of OnSizeAllocated
Microsoft.Maui.Controls (2)
LegacyLayouts\Layout.cs (1)
398
protected override void
OnSizeAllocated
(double width, double height)
Page\Page.cs (1)
558
protected override void
OnSizeAllocated
(double width, double height)
3 references to OnSizeAllocated
Microsoft.Maui.Controls (3)
LegacyLayouts\Layout.cs (1)
400
base.
OnSizeAllocated
(width, height);
Page\Page.cs (1)
560
base.
OnSizeAllocated
(width, height);
VisualElement\VisualElement.cs (1)
1332
protected void SizeAllocated(double width, double height) =>
OnSizeAllocated
(width, height);