59 references to GroupBox
Accessibility_Core_App (13)
CommonControl1.Designer.cs (8)
35this.groupBox1 = new System.Windows.Forms.GroupBox(); 46this.groupBox2 = new System.Windows.Forms.GroupBox(); 52this.groupBox3 = new System.Windows.Forms.GroupBox(); 57this.groupBox4 = new System.Windows.Forms.GroupBox(); 60this.groupBox5 = new System.Windows.Forms.GroupBox(); 73this.groupBox6 = new System.Windows.Forms.GroupBox(); 76this.groupBox7 = new System.Windows.Forms.GroupBox(); 79this.groupBox8 = new System.Windows.Forms.GroupBox();
ContainerControls.Designer.cs (4)
38this.groupBox1 = new System.Windows.Forms.GroupBox(); 40this.groupBox2 = new System.Windows.Forms.GroupBox(); 42this.groupBox3 = new System.Windows.Forms.GroupBox(); 44this.groupBox4 = new System.Windows.Forms.GroupBox();
ContainerControls2.Designer.cs (1)
52this.groupBox5 = new System.Windows.Forms.GroupBox();
PresentationUI (3)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
72this._documentDetailBox = new System.Windows.Forms.GroupBox(); 84this._fileSystemBox = new System.Windows.Forms.GroupBox();
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
39this.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)
34formatGroupBox = new System.Windows.Forms.GroupBox(); 38sampleGroupBox = 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)
15using GroupBox groupBox = new(); 33using GroupBox groupBox = new(); 47using GroupBox groupBox = new(); 60using GroupBox groupBox = new(); 73using GroupBox groupBox = new(); 86using GroupBox groupBox = new(); 112using GroupBox groupBox = new(); 125using 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)
158using GroupBox control = new() 180using GroupBox control = new(); 205using GroupBox control = new() 560using GroupBox control = new(); 567using GroupBox control = new(); 577using GroupBox control = new(); 590using GroupBox control = new() 602using GroupBox groupBox = new(); 924using GroupBox control = new(); 961using GroupBox control = new() 983using GroupBox control = new(); 1019using GroupBox control = new() 1058using GroupBox control = new() 1075using GroupBox control = new() 1093using GroupBox control = new(); 1122using GroupBox control = new() 1153using GroupBox control = new(); 1192using GroupBox control = new() 1219using GroupBox control = new() 1272using GroupBox control = new() 1316using GroupBox control = new() 2058using GroupBox control = new(); 2065using GroupBox control = new()
WinFormsControlsTest (6)
ComboBoxesWithScrollBars.Designer.cs (4)
38this.changeHeightGroupBox1 = new System.Windows.Forms.GroupBox(); 45this.changeMaxDropDownItemsGroupBox2 = new System.Windows.Forms.GroupBox(); 49this.changeIntegralHeightGroupBox3 = new System.Windows.Forms.GroupBox(); 53this.changeHeightsStyleGroupBox4 = new System.Windows.Forms.GroupBox();
MultipleControls.Designer.cs (1)
49this.groupBox1 = new System.Windows.Forms.GroupBox();
TrackBars.Designer.cs (1)
37this.gbOrientation = new System.Windows.Forms.GroupBox();