6 references to
System.Windows.Forms.Tests (6)
System\Windows\Forms\ControlTests.ControlCollection.cs (6)
1822
Assert.Equal(collection[expectedIndex], collection
[
key]);
1825
Assert.Equal(collection[expectedIndex], collection
[
key]);
1826
Assert.Null(collection
[
"NoSuchKey"]);
1858
Assert.Null(collection
[
key]);
1861
Assert.Null(collection
[
key]);
1862
Assert.Null(collection
[
"NoSuchKey"]);