1 write to headerFooterCustom
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
147this.headerFooterCustom = DR.GetString(DR.HeaderFooterStringCustom); //"(none)"
8 references to headerFooterCustom
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (8)
163this.headerTextComboBox.Items.Add(this.headerFooterCustom); 179this.headerTextComboBox.SelectedIndex = this.headerTextComboBox.Items.IndexOf(this.headerFooterCustom); 200this.footerTextComboBox.Items.Add(this.headerFooterCustom); 215this.footerTextComboBox.SelectedIndex = this.footerTextComboBox.Items.IndexOf(this.headerFooterCustom); 982if (!this.headerTextComboBox.Text.Equals(this.headerFooterCustom)) 994if (!this.footerTextComboBox.Text.Equals(this.headerFooterCustom)) 1090this.headerCustom = this.headerTextComboBox.Text.Equals(this.headerFooterCustom); 1097this.footerCustom = this.footerTextComboBox.Text.Equals(this.headerFooterCustom);