1 instantiation of RelativeElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\RelativeLayout.cs (1)
44
_children = new
RelativeElementCollection
(InternalChildren, this);
1 reference to RelativeElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\RelativeLayout.cs (1)
33
readonly
RelativeElementCollection
_children;