1 write to _children
Microsoft.Maui.Controls (1)
LegacyLayouts\RelativeLayout.cs (1)
44
_children
= new RelativeElementCollection(InternalChildren, this);
2 references to _children
Microsoft.Maui.Controls (2)
LegacyLayouts\RelativeLayout.cs (2)
45
_children
.Parent = this;
59
get { return
_children
; }