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