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