59 references to GroupBox
PresentationUI (3)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
72
this._documentDetailBox = new System.Windows.Forms.
GroupBox
();
84
this._fileSystemBox = new System.Windows.Forms.
GroupBox
();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
39
this.groupBoxMainContent = new System.Windows.Forms.
GroupBox
();
System.Windows.Forms.Design (5)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
155
_groupBoxMode = new
GroupBox
();
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
127
_previewGroupBox = new
GroupBox
();
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
34
formatGroupBox = new System.Windows.Forms.
GroupBox
();
38
sampleGroupBox = new System.Windows.Forms.
GroupBox
();
System\Windows\Forms\Design\StyleEditorForm.cs (1)
174
_sizeTypeGroupBox = new
GroupBox
();
System.Windows.Forms.Tests (32)
System\Windows\Forms\AccessibleObjects\GroupBoxAccessibleObjectTests.cs (8)
17
using GroupBox groupBox =
new
();
35
using GroupBox groupBox =
new
();
49
using GroupBox groupBox =
new
();
62
using GroupBox groupBox =
new
();
75
using GroupBox groupBox =
new
();
88
using GroupBox groupBox =
new
();
114
using GroupBox groupBox =
new
();
127
using GroupBox ownerControl =
new
() { Name = "test name" };
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
278
{ new
GroupBox
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\GroupBoxTests.cs (23)
160
using GroupBox control =
new
()
182
using GroupBox control =
new
();
207
using GroupBox control =
new
()
562
using GroupBox control =
new
();
569
using GroupBox control =
new
();
579
using GroupBox control =
new
();
592
using GroupBox control =
new
()
604
using GroupBox groupBox =
new
();
926
using GroupBox control =
new
();
963
using GroupBox control =
new
()
985
using GroupBox control =
new
();
1021
using GroupBox control =
new
()
1060
using GroupBox control =
new
()
1077
using GroupBox control =
new
()
1095
using GroupBox control =
new
();
1124
using GroupBox control =
new
()
1155
using GroupBox control =
new
();
1194
using GroupBox control =
new
()
1221
using GroupBox control =
new
()
1274
using GroupBox control =
new
()
1318
using GroupBox control =
new
()
2060
using GroupBox control =
new
();
2067
using GroupBox control =
new
()
TestPassApp (13)
CommonControl1.Designer.cs (8)
35
this.groupBox1 = new System.Windows.Forms.
GroupBox
();
46
this.groupBox2 = new System.Windows.Forms.
GroupBox
();
52
this.groupBox3 = new System.Windows.Forms.
GroupBox
();
57
this.groupBox4 = new System.Windows.Forms.
GroupBox
();
60
this.groupBox5 = new System.Windows.Forms.
GroupBox
();
73
this.groupBox6 = new System.Windows.Forms.
GroupBox
();
76
this.groupBox7 = new System.Windows.Forms.
GroupBox
();
79
this.groupBox8 = new System.Windows.Forms.
GroupBox
();
ContainerControls.Designer.cs (4)
38
this.groupBox1 = new System.Windows.Forms.
GroupBox
();
40
this.groupBox2 = new System.Windows.Forms.
GroupBox
();
42
this.groupBox3 = new System.Windows.Forms.
GroupBox
();
44
this.groupBox4 = new System.Windows.Forms.
GroupBox
();
ContainerControls2.Designer.cs (1)
52
this.groupBox5 = new System.Windows.Forms.
GroupBox
();
WinFormsControlsTest (6)
ComboBoxesWithScrollBars.Designer.cs (4)
38
this.changeHeightGroupBox1 = new System.Windows.Forms.
GroupBox
();
45
this.changeMaxDropDownItemsGroupBox2 = new System.Windows.Forms.
GroupBox
();
49
this.changeIntegralHeightGroupBox3 = new System.Windows.Forms.
GroupBox
();
53
this.changeHeightsStyleGroupBox4 = new System.Windows.Forms.
GroupBox
();
MultipleControls.Designer.cs (1)
49
this.groupBox1 = new System.Windows.Forms.
GroupBox
();
TrackBars.Designer.cs (1)
37
this.gbOrientation = new System.Windows.Forms.
GroupBox
();