59 references to 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)
17using GroupBox groupBox = new(); 35using GroupBox groupBox = new(); 49using GroupBox groupBox = new(); 62using GroupBox groupBox = new(); 75using GroupBox groupBox = new(); 88using GroupBox groupBox = new(); 114using GroupBox groupBox = new(); 127using 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)
160using GroupBox control = new() 182using GroupBox control = new(); 207using GroupBox control = new() 562using GroupBox control = new(); 569using GroupBox control = new(); 579using GroupBox control = new(); 592using GroupBox control = new() 604using GroupBox groupBox = new(); 926using GroupBox control = new(); 963using GroupBox control = new() 985using GroupBox control = new(); 1021using GroupBox control = new() 1060using GroupBox control = new() 1077using GroupBox control = new() 1095using GroupBox control = new(); 1124using GroupBox control = new() 1155using GroupBox control = new(); 1194using GroupBox control = new() 1221using GroupBox control = new() 1274using GroupBox control = new() 1318using GroupBox control = new() 2060using GroupBox control = new(); 2067using GroupBox control = new()
TestPassApp (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();
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();