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