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