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)
3256Assert.Equal(collection[expectedIndex], collection[key]); 3259Assert.Equal(collection[expectedIndex], collection[key]); 3260Assert.Null(collection["NoSuchKey"]); 3292Assert.Null(collection[key]); 3295Assert.Null(collection[key]); 3296Assert.Null(collection["NoSuchKey"]); 3306Assert.Null(collection[key]); 3309Assert.Null(collection[key]); 3310Assert.Null(collection["NoSuchKey"]);