1 instantiation of GridItemCollection
System.Windows.Forms (1)
System\Windows\Forms\Controls\PropertyGrid\GridItemCollection.cs (1)
13
public static GridItemCollection Empty =
new
(entries: null);
18 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)
516
public override
GridItemCollection
GridItems
System.Windows.Forms.Tests (15)
System\Windows\Forms\GridItemCollectionTests.cs (11)
15
GridItemCollection
collection =
GridItemCollection
.Empty;
16
Assert.Same(collection,
GridItemCollection
.Empty);
23
ICollection collection =
GridItemCollection
.Empty;
35
ICollection collection =
GridItemCollection
.Empty;
44
GridItemCollection
collection =
GridItemCollection
.Empty;
53
GridItemCollection
collection =
GridItemCollection
.Empty;
59
public override
GridItemCollection
GridItems =>
GridItemCollection
.Empty;
System\Windows\Forms\GridItemTests.cs (2)
50
public override
GridItemCollection
GridItems =>
GridItemCollection
.Empty;
System\Windows\Forms\PropertyValueChangedEventArgsTests.cs (1)
28
public override
GridItemCollection
GridItems { get; }
System\Windows\Forms\SelectedGridItemChangedEventArgsTests.cs (1)
30
public override
GridItemCollection
GridItems { get; }