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