1 write to footerGroup
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
297this.footerGroup = new System.Windows.Forms.GroupBox();
10 references to footerGroup
System.Workflow.ComponentModel (10)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (10)
345this.footerGroup.SuspendLayout(); 695this.headerFooterTab.Controls.Add(this.footerGroup); 702resources.ApplyResources(this.footerGroup, "footerGroup"); 703this.footerGroup.Controls.Add(this.footerTableLayoutPanel); 704this.footerGroup.Controls.Add(this.customFooterText); 705this.footerGroup.Controls.Add(this.customFooterLabel); 706this.footerGroup.Name = "footerGroup"; 707this.footerGroup.TabStop = false; 939this.footerGroup.ResumeLayout(false); 940this.footerGroup.PerformLayout();