9 references to IndexOfKey
System.Windows.Forms (3)
System\Windows\Forms\Controls\TabControl\TabControl.TabPageCollection.cs (3)
60
int index =
IndexOfKey
(key);
156
return IsValidIndex(
IndexOfKey
(key));
341
int index =
IndexOfKey
(key);
System.Windows.Forms.Tests (6)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (6)
1942
Assert.Equal(expected, collection.
IndexOfKey
(key));
1945
Assert.Equal(expected, collection.
IndexOfKey
(key));
1946
Assert.Equal(-1, collection.
IndexOfKey
("NoSuchKey"));
1956
Assert.Equal(-1, collection.
IndexOfKey
(key));
1959
Assert.Equal(-1, collection.
IndexOfKey
(key));
1960
Assert.Equal(-1, collection.
IndexOfKey
("NoSuchKey"));