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)
1944
Assert.Equal(expected, collection.
IndexOfKey
(key));
1947
Assert.Equal(expected, collection.
IndexOfKey
(key));
1948
Assert.Equal(-1, collection.
IndexOfKey
("NoSuchKey"));
1958
Assert.Equal(-1, collection.
IndexOfKey
(key));
1961
Assert.Equal(-1, collection.
IndexOfKey
(key));
1962
Assert.Equal(-1, collection.
IndexOfKey
("NoSuchKey"));