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