1 write to centerGroup
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
260
this.
centerGroup
= new System.Windows.Forms.GroupBox();
7 references to centerGroup
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
325
this.
centerGroup
.SuspendLayout();
364
this.pageSettingsTab.Controls.Add(this.
centerGroup
);
374
resources.ApplyResources(this.
centerGroup
, "centerGroup");
375
this.
centerGroup
.Controls.Add(this.centerTableLayoutPanel);
376
this.
centerGroup
.Name = "centerGroup";
377
this.
centerGroup
.TabStop = false;
914
this.
centerGroup
.ResumeLayout(false);