59 references to GroupBox
Accessibility_Core_App (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
();
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)
15
using GroupBox groupBox =
new
();
33
using GroupBox groupBox =
new
();
47
using GroupBox groupBox =
new
();
60
using GroupBox groupBox =
new
();
73
using GroupBox groupBox =
new
();
86
using GroupBox groupBox =
new
();
112
using GroupBox groupBox =
new
();
125
using GroupBox ownerControl =
new
() { Name = "test name" };
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
174
{ new
GroupBox
(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\GroupBoxTests.cs (23)
158
using GroupBox control =
new
()
180
using GroupBox control =
new
();
205
using GroupBox control =
new
()
560
using GroupBox control =
new
();
567
using GroupBox control =
new
();
577
using GroupBox control =
new
();
590
using GroupBox control =
new
()
602
using GroupBox groupBox =
new
();
924
using GroupBox control =
new
();
961
using GroupBox control =
new
()
983
using GroupBox control =
new
();
1019
using GroupBox control =
new
()
1058
using GroupBox control =
new
()
1075
using GroupBox control =
new
()
1093
using GroupBox control =
new
();
1122
using GroupBox control =
new
()
1153
using GroupBox control =
new
();
1192
using GroupBox control =
new
()
1219
using GroupBox control =
new
()
1272
using GroupBox control =
new
()
1316
using GroupBox control =
new
()
2058
using GroupBox control =
new
();
2065
using GroupBox control =
new
()
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
();