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