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)
3258
Assert.Equal(collection[expectedIndex], collection
[
key]);
3261
Assert.Equal(collection[expectedIndex], collection
[
key]);
3262
Assert.Null(collection
[
"NoSuchKey"]);
3294
Assert.Null(collection
[
key]);
3297
Assert.Null(collection
[
key]);
3298
Assert.Null(collection
[
"NoSuchKey"]);
3308
Assert.Null(collection
[
key]);
3311
Assert.Null(collection
[
key]);
3312
Assert.Null(collection
[
"NoSuchKey"]);