8 references to Empty
System.Windows.Forms.Tests (8)
System\Windows\Forms\GridItemCollectionTests.cs (7)
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 (1)
52
public override GridItemCollection GridItems => GridItemCollection.
Empty
;