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