2 instantiations of GridItemCollection
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
13
public static GridItemCollection Empty =
new
(entries: null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
517
return new
GridItemCollection
(Children);
3 references to GridItemCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\GridItem.cs (1)
35
public abstract
GridItemCollection
GridItems { get; }
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
13
public static
GridItemCollection
Empty = new(entries: null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
507
public override
GridItemCollection
GridItems