2 writes to footerCustom
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
203this.footerCustom = this.printDocument.PageSetupData.FooterCustom; 1097this.footerCustom = this.footerTextComboBox.Text.Equals(this.headerFooterCustom);
4 references to footerCustom
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
212if (-1 == userFooterIndex || this.footerCustom) 998this.printDocument.PageSetupData.FooterCustom = this.footerCustom; 1098this.customFooterText.Enabled = this.footerCustom; 1099if (!this.footerCustom)