7 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 (4)
System\Windows\Forms\TabControlTests.cs (2)
5679
using TabPage page1 =
new
("text1");
5680
using TabPage page2 =
new
("text2");
System\Windows\Forms\TabPageTests.cs (2)
4889
using TabPage control =
new
("text");
5231
public SubTabPage(string text) :
base
(text)