1 write to _children
Microsoft.Maui.Controls (1)
LegacyLayouts\AbsoluteLayout.cs (1)
29
_children
= new AbsoluteElementCollection(InternalChildren, this);
1 reference to _children
Microsoft.Maui.Controls (1)
LegacyLayouts\AbsoluteLayout.cs (1)
44
get { return
_children
; }