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