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)
17GridItemCollection collection = GridItemCollection.Empty; 18Assert.Same(collection, GridItemCollection.Empty); 25ICollection collection = GridItemCollection.Empty; 37ICollection collection = GridItemCollection.Empty; 46GridItemCollection collection = GridItemCollection.Empty; 55GridItemCollection collection = GridItemCollection.Empty; 61public override GridItemCollection GridItems => GridItemCollection.Empty;
System\Windows\Forms\GridItemTests.cs (2)
52public override GridItemCollection GridItems => GridItemCollection.Empty;
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
30public override GridItemCollection GridItems { get; }
System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs (1)
32public override GridItemCollection GridItems { get; }