6 references to LayoutChildIntoBoundingRegion
Microsoft.Maui.Controls (6)
LegacyLayouts\AbsoluteLayout.cs (1)
78 LayoutChildIntoBoundingRegion(child, rect);
LegacyLayouts\GridCalc.cs (1)
48 LayoutChildIntoBoundingRegion(child, new Rect(posx, posy, w, h));
LegacyLayouts\RelativeLayout.cs (1)
177 LayoutChildIntoBoundingRegion(child, SolveView(child));
Page\Page.cs (2)
443 Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(child, originalArea); 445 Maui.Controls.Compatibility.Layout.LayoutChildIntoBoundingRegion(child, area);
TemplatedView\TemplatedView.cs (1)
42 LayoutChildIntoBoundingRegion(child, new Rect(x, y, width, height));