1 write to headerGroup
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
308this.headerGroup = new System.Windows.Forms.GroupBox();
10 references to headerGroup
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (10)
348this.headerGroup.SuspendLayout(); 696this.headerFooterTab.Controls.Add(this.headerGroup); 787resources.ApplyResources(this.headerGroup, "headerGroup"); 788this.headerGroup.Controls.Add(this.headerTableLayoutPanel); 789this.headerGroup.Controls.Add(this.customHeaderText); 790this.headerGroup.Controls.Add(this.customHeaderLabel); 791this.headerGroup.Name = "headerGroup"; 792this.headerGroup.TabStop = false; 944this.headerGroup.ResumeLayout(false); 945this.headerGroup.PerformLayout();