2 writes to LayoutBounds
Microsoft.Maui.Controls (2)
Layout\AbsoluteLayout.cs (2)
106
_viewInfo[view].
LayoutBounds
= bounds;
159
LayoutBounds
= new Rect(0, 0, AutoSize, AutoSize);
1 reference to LayoutBounds
Microsoft.Maui.Controls (1)
Layout\AbsoluteLayout.cs (1)
81
_ => _viewInfo[view].
LayoutBounds
,