1 instantiation of GridItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
13public static GridItemCollection Empty = new(entries: null);
18 references to GridItemCollection
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\GridItem.cs (1)
35public abstract GridItemCollection GridItems { get; }
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
13public static GridItemCollection Empty = new(entries: null);
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (1)
516public override GridItemCollection GridItems
System.Windows.Forms.Tests (15)
System\Windows\Forms\GridItemCollectionTests.cs (11)
15GridItemCollection collection = GridItemCollection.Empty; 16Assert.Same(collection, GridItemCollection.Empty); 23ICollection collection = GridItemCollection.Empty; 35ICollection collection = GridItemCollection.Empty; 44GridItemCollection collection = GridItemCollection.Empty; 53GridItemCollection collection = GridItemCollection.Empty; 59public override GridItemCollection GridItems => GridItemCollection.Empty;
System\Windows\Forms\GridItemTests.cs (2)
50public override GridItemCollection GridItems => GridItemCollection.Empty;
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
28public override GridItemCollection GridItems { get; }
System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs (1)
30public override GridItemCollection GridItems { get; }