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