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