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