1 instantiation of GridElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\Grid.cs (1)
74
_children = new
GridElementCollection
(InternalChildren, this) { Parent = this };
1 reference to GridElementCollection
Microsoft.Maui.Controls (1)
LegacyLayouts\Grid.cs (1)
68
readonly
GridElementCollection
_children;