1 write to headerFooterTab
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
296
this.
headerFooterTab
= new System.Windows.Forms.TabPage();
7 references to headerFooterTab
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
344
this.
headerFooterTab
.SuspendLayout();
358
this.tabs.Controls.Add(this.
headerFooterTab
);
695
this.
headerFooterTab
.Controls.Add(this.footerGroup);
696
this.
headerFooterTab
.Controls.Add(this.headerGroup);
697
resources.ApplyResources(this.
headerFooterTab
, "headerFooterTab");
698
this.
headerFooterTab
.Name = "headerFooterTab";
938
this.
headerFooterTab
.ResumeLayout(false);