2 writes to footerTemplate
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
460
if (null != registryValue && registryValue is string) this.
footerTemplate
= (string)registryValue;
580
set { this.
footerTemplate
= value; }
2 references to footerTemplate
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
497
key.SetValue(RegistryFooterTemplate, this.
footerTemplate
);
579
get { return this.
footerTemplate
; }