1 write to customFooterText
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
306this.customFooterText = new System.Windows.Forms.TextBox();
7 references to customFooterText
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
216this.customFooterText.Text = userFooter; 704this.footerGroup.Controls.Add(this.customFooterText); 777resources.ApplyResources(this.customFooterText, "customFooterText"); 778this.customFooterText.Name = "customFooterText"; 997this.printDocument.PageSetupData.FooterTemplate = this.customFooterText.Text; 1098this.customFooterText.Enabled = this.footerCustom; 1100this.customFooterText.Text = this.footerTextComboBox.Text;