6 references to GridEntryCollection
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
25
ChildCollection = new
GridEntryCollection
(children);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
1002
_children = new
GridEntryCollection
(childProperties);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
496
GridEntry? equivalentEntry = FindEquivalentGridEntry(new
GridEntryCollection
(new[] { value }, disposeItems: false));
1690
_allGridEntries = new
GridEntryCollection
(newEntries, disposeItems: false);
1796
return new
GridEntryCollection
(entries, disposeItems: false);
1799
return new
GridEntryCollection
(new GridEntry[] { gridEntry }, disposeItems: false);