11 references to
System.Windows.Forms (2)
System\Windows\Forms\Controls\TabControl\TabControl.cs (2)
1011TabPage tabPage = TabPages[tabPageName]!; 1686TabPage tabPage = TabPages[tabPageName]!;
System.Windows.Forms.Tests (9)
System\Windows\Forms\TabControl.TabPageCollectionTests.cs (9)
3258Assert.Equal(collection[expectedIndex], collection[key]); 3261Assert.Equal(collection[expectedIndex], collection[key]); 3262Assert.Null(collection["NoSuchKey"]); 3294Assert.Null(collection[key]); 3297Assert.Null(collection[key]); 3298Assert.Null(collection["NoSuchKey"]); 3308Assert.Null(collection[key]); 3311Assert.Null(collection[key]); 3312Assert.Null(collection["NoSuchKey"]);