6 references to
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
1824
Assert.Equal(collection[expectedIndex], collection
[
key]);
1827
Assert.Equal(collection[expectedIndex], collection
[
key]);
1828
Assert.Null(collection
[
"NoSuchKey"]);
1860
Assert.Null(collection
[
key]);
1863
Assert.Null(collection
[
key]);
1864
Assert.Null(collection
[
"NoSuchKey"]);