4 references to SizeAllocated
Microsoft.Maui.Controls (4)
LegacyLayouts\Layout.cs (1)
192
public void ForceLayout() =>
SizeAllocated
(Width, Height);
Page\Page.cs (1)
395
SizeAllocated
(Width, Height);
VisualElement\VisualElement.cs (2)
1331
/// <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>
1764
SizeAllocated
(Width, Height);