1 instantiation of AbsoluteElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\AbsoluteLayout.cs (1)
29
_children = new
AbsoluteElementCollection
(InternalChildren, this);
1 reference to AbsoluteElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\AbsoluteLayout.cs (1)
23
readonly
AbsoluteElementCollection
_children;