8 instantiations of 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();
19 references to GroupBox
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
784private System.Windows.Forms.GroupBox _fileSystemBox; 787private System.Windows.Forms.GroupBox _documentDetailBox;
MS\Internal\Documents\DialogBaseForm.cs (2)
123else if (c is GroupBox) 125(c as GroupBox).UseCompatibleTextRendering = false;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
404private System.Windows.Forms.GroupBox groupBoxMainContent;
System.Windows.Forms (7)
System\Windows\Forms\ActiveX\AxHost.cs (3)
1936/// logical container. For example, if an ActiveX control is hosted in a <see cref="GroupBox"/> control, and 1937/// the <see cref="GroupBox"/> is contained on a <see cref="Form"/>, then the <see cref="ContainingControl"/> 1939/// property value is the <see cref="GroupBox"/> control.
System\Windows\Forms\Controls\GroupBox\GroupBox.cs (3)
26/// Initializes a new instance of the <see cref="GroupBox"/> class. 140/// Gets a rectangle that represents the dimensions of the <see cref="GroupBox"/> 219/// <see cref="GroupBox"/>.
System\Windows\Forms\Controls\GroupBox\GroupBox.GroupBoxAccessibleObject.cs (1)
13internal GroupBoxAccessibleObject(GroupBox owner) : base(owner)
System.Windows.Forms.Design (7)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
20private GroupBox _groupBoxMode;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
15private GroupBox _previewGroupBox;
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
196private System.Windows.Forms.GroupBox formatGroupBox; 200private System.Windows.Forms.GroupBox sampleGroupBox;
System\Windows\Forms\Design\GroupBoxDesigner.cs (2)
26GroupBox gb = (GroupBox)Control;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
54private GroupBox _sizeTypeGroupBox;