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