2 writes to headerTemplate
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
457if (null != registryValue && registryValue is string) this.headerTemplate = (string)registryValue; 575set { this.headerTemplate = value; }
2 references to headerTemplate
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
496key.SetValue(RegistryHeaderTemplate, this.headerTemplate); 574get { return this.headerTemplate; }