2 writes to Parent
Microsoft.Maui.Controls (2)
LegacyLayouts\RelativeLayout.cs (2)
45
_children.
Parent
= this;
354
Parent
= parent;
4 references to Parent
Microsoft.Maui.Controls (4)
LegacyLayouts\RelativeLayout.cs (4)
373
Func<double> widthCompiled = width != null ? width.Compile() : () => view.Measure(
Parent
.Width,
Parent
.Height, MeasureFlags.IncludeMargins).Request.Width;
374
Func<double> heightCompiled = height != null ? height.Compile() : () => view.Measure(
Parent
.Width,
Parent
.Height, MeasureFlags.IncludeMargins).Request.Height;