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