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