2 writes to footerCustom
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
466if (null != registryValue && registryValue is int) this.footerCustom = Convert.ToBoolean((int)registryValue); 600set { this.footerCustom = value; }
2 references to footerCustom
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
499key.SetValue(RegistryFooterCustom, Convert.ToInt32(this.footerCustom)); 599get { return this.footerCustom; }