4 references to SizeAllocated
Microsoft.Maui.Controls (4)
LegacyLayouts\Layout.cs (1)
192 public void ForceLayout() => SizeAllocated(Width, Height);
Page\Page.cs (1)
398 SizeAllocated(Width, Height);
VisualElement\VisualElement.cs (2)
1335 /// <remarks>Calling <see cref="SizeAllocated(double, double)"/> will start a new layout cycle on the children of the element. Excessive calls to this method may cause performance problems.</remarks> 1773 SizeAllocated(Width, Height);