11 references to
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1011
TabPage tabPage = TabPages
[
tabPageName]!;
1686
TabPage tabPage = TabPages
[
tabPageName]!;
System.Windows.Forms.Tests (9)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (9)
3256
Assert.Equal(collection[expectedIndex], collection
[
key]);
3259
Assert.Equal(collection[expectedIndex], collection
[
key]);
3260
Assert.Null(collection
[
"NoSuchKey"]);
3292
Assert.Null(collection
[
key]);
3295
Assert.Null(collection
[
key]);
3296
Assert.Null(collection
[
"NoSuchKey"]);
3306
Assert.Null(collection
[
key]);
3309
Assert.Null(collection
[
key]);
3310
Assert.Null(collection
[
"NoSuchKey"]);