8 instantiations of 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
();
19 references to GroupBox
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
784
private System.Windows.Forms.
GroupBox
_fileSystemBox;
787
private System.Windows.Forms.
GroupBox
_documentDetailBox;
MS\Internal\Documents\DialogBaseForm.cs (2)
123
else if (c is
GroupBox
)
125
(c as
GroupBox
).UseCompatibleTextRendering = false;
MS\Internal\Documents\RMPublishingDialog.Designer.cs (1)
404
private 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)
13
internal GroupBoxAccessibleObject(
GroupBox
owner) : base(owner)
System.Windows.Forms.Design (7)
System\ComponentModel\Design\BinaryEditor.BinaryUI.cs (1)
20
private
GroupBox
_groupBoxMode;
System\Windows\Forms\Design\DataGridViewCellStyleBuilder.cs (1)
15
private
GroupBox
_previewGroupBox;
System\Windows\Forms\Design\FormatControl.Designer.cs (2)
196
private System.Windows.Forms.
GroupBox
formatGroupBox;
200
private System.Windows.Forms.
GroupBox
sampleGroupBox;
System\Windows\Forms\Design\GroupBoxDesigner.cs (2)
26
GroupBox
gb = (
GroupBox
)Control;
System\Windows\Forms\Design\StyleEditorForm.cs (1)
54
private
GroupBox
_sizeTypeGroupBox;