17 instantiations of GroupBox
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
41this._databaseConnectionGroupBox = new System.Windows.Forms.GroupBox(); 48this._radioButtonsGroupContainer = new System.Windows.Forms.GroupBox();
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
39this.rulesGroupBox = new System.Windows.Forms.GroupBox(); 49this.ruleGroupBox = new System.Windows.Forms.GroupBox();
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
40this.groupBox1 = new System.Windows.Forms.GroupBox();
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
260this.centerGroup = new System.Windows.Forms.GroupBox(); 264this.marginsGroup = new System.Windows.Forms.GroupBox(); 274this.scalingGroup = new System.Windows.Forms.GroupBox(); 284this.orientationGroup = new System.Windows.Forms.GroupBox(); 290this.paperSettingsGroup = new System.Windows.Forms.GroupBox(); 297this.footerGroup = new System.Windows.Forms.GroupBox(); 308this.headerGroup = new System.Windows.Forms.GroupBox();
WsatUI (5)
MMCUI\TraceOptionsForm.designer.cs (2)
39this.groupBoxTraceOutput = new System.Windows.Forms.GroupBox(); 49this.groupBoxLoggingSession = new System.Windows.Forms.GroupBox();
MMCUI\WSATControl.designer.cs (3)
37this.groupBoxTracing = new System.Windows.Forms.GroupBox(); 40this.groupBoxTimeouts = new System.Windows.Forms.GroupBox(); 47this.groupBoxNetwork = new System.Windows.Forms.GroupBox();
21 references to GroupBox
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.designer.cs (2)
141private System.Windows.Forms.GroupBox _databaseConnectionGroupBox; 148private System.Windows.Forms.GroupBox _radioButtonsGroupContainer;
System.Windows.Forms (4)
winforms\Managed\System\WinForms\GroupBox.cs (4)
49/// Initializes a new instance of the <see cref='System.Windows.Forms.GroupBox'/> class. 196/// dimensions of the <see cref='System.Windows.Forms.GroupBox'/> 280/// press the TAB key to give the focus to the <see cref='System.Windows.Forms.GroupBox'/> 821internal GroupBoxAccessibleObject(GroupBox owner) : base(owner) {
System.Workflow.Activities (2)
Rules\Design\Dialogs\RuleSetDialog.Designer.cs (2)
383private System.Windows.Forms.GroupBox rulesGroupBox; 391private System.Windows.Forms.GroupBox ruleGroupBox;
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\ActivityBindForm.Designer.cs (1)
191private System.Windows.Forms.GroupBox groupBox1;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
23private System.Windows.Forms.GroupBox marginsGroup; 32private System.Windows.Forms.GroupBox scalingGroup; 40private System.Windows.Forms.GroupBox orientationGroup; 43private System.Windows.Forms.GroupBox paperSettingsGroup; 49private System.Windows.Forms.GroupBox footerGroup; 50private System.Windows.Forms.GroupBox headerGroup; 73private System.Windows.Forms.GroupBox centerGroup;
WsatUI (5)
MMCUI\TraceOptionsForm.designer.cs (2)
271private System.Windows.Forms.GroupBox groupBoxTraceOutput; 275private System.Windows.Forms.GroupBox groupBoxLoggingSession;
MMCUI\WSATControl.designer.cs (3)
239private System.Windows.Forms.GroupBox groupBoxNetwork; 241private System.Windows.Forms.GroupBox groupBoxTimeouts; 257private System.Windows.Forms.GroupBox groupBoxTracing;