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