2 writes to footerMargin
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
454
if (null != registryValue && registryValue is int) this.
footerMargin
= (int)registryValue;
569
this.
footerMargin
= value;
2 references to footerMargin
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
495
key.SetValue(RegistryFooterMarging, this.
footerMargin
);
565
get { return this.
footerMargin
; }