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