10 references to GridEntryCollection
System.Windows.Forms (10)
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
4723
currentPropEntries = new
GridEntryCollection
(null, new GridEntry[0]);
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (1)
60
this.ChildCollection = new
GridEntryCollection
(this, childGridEntries);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (4)
311
childCollection = new
GridEntryCollection
(this, null);
1188
this.childCollection = new
GridEntryCollection
(this, new GridEntry[0]);
1233
this.childCollection = new
GridEntryCollection
(this, new GridEntry[0]);
1247
this.childCollection = new
GridEntryCollection
(this, childProps);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (4)
592
GridEntry gr = FindEquivalentGridEntry(new
GridEntryCollection
(null, new GridEntry[]{value}));
1961
allGridEntries = new
GridEntryCollection
(null, rgipes);
2062
return new
GridEntryCollection
(null, entries);
2064
return new
GridEntryCollection
(null, new GridEntry[]{gridEntry});