1 write to customHeaderText
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
317
this.
customHeaderText
= new System.Windows.Forms.TextBox();
7 references to customHeaderText
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (7)
180
this.
customHeaderText
.Text = userHeader;
789
this.headerGroup.Controls.Add(this.
customHeaderText
);
863
resources.ApplyResources(this.
customHeaderText
, "customHeaderText");
864
this.
customHeaderText
.Name = "customHeaderText";
985
this.printDocument.PageSetupData.HeaderTemplate = this.
customHeaderText
.Text;
1091
this.
customHeaderText
.Enabled = this.headerCustom;
1093
this.
customHeaderText
.Text = this.headerTextComboBox.Text;