2 writes to footerAlignment
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
448if (null != registryValue && registryValue is int) this.footerAlignment = (HorizontalAlignment)registryValue; 590set { this.footerAlignment = value; }
2 references to footerAlignment
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
493key.SetValue(RegistryFooterAlignment, (int)this.footerAlignment); 589get { return this.footerAlignment; }