1 write to _children
Microsoft.Maui.Controls (1)
LegacyLayouts\Grid.cs (1)
74
_children
= new GridElementCollection(InternalChildren, this) { Parent = this };
1 reference to _children
Microsoft.Maui.Controls (1)
LegacyLayouts\Grid.cs (1)
87
get { return
_children
; }