2 writes to centerHorizontally
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
469
if (null != registryValue && registryValue is int) this.
centerHorizontally
= Convert.ToBoolean((int)registryValue);
605
set { this.
centerHorizontally
= value; }
2 references to centerHorizontally
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
500
key.SetValue(RegistryCenterHorizontally, Convert.ToInt32(this.
centerHorizontally
));
604
get { return this.
centerHorizontally
; }