2 writes to headerCustom
System.Workflow.ComponentModel (2)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (2)
167
this.
headerCustom
= this.printDocument.PageSetupData.HeaderCustom;
1090
this.
headerCustom
= this.headerTextComboBox.Text.Equals(this.headerFooterCustom);
4 references to headerCustom
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (4)
176
if (-1 == userHeaderIndex || this.
headerCustom
)
986
this.printDocument.PageSetupData.HeaderCustom = this.
headerCustom
;
1091
this.customHeaderText.Enabled = this.
headerCustom
;
1092
if (!this.
headerCustom
)