8 references to TabPage
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.ColorUI.cs (3)
162
_paletteTabPage = new
TabPage
(SR.ColorEditorPaletteTab);
163
_commonTabPage = new
TabPage
(SR.ColorEditorStandardTab);
164
_systemTabPage = new
TabPage
(SR.ColorEditorSystemTab);
System.Windows.Forms.Tests (5)
System\Windows\Forms\TabControlTests.cs (3)
5681
using TabPage page1 =
new
("text1");
5682
using TabPage page2 =
new
("text2");
5713
using TabPage page1 =
new
("text1");
System\Windows\Forms\TabPageTests.cs (2)
4891
using TabPage control =
new
("text");
5233
public SubTabPage(string text) :
base
(text)