2 writes to centerVertically
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
472if (null != registryValue && registryValue is int) this.centerVertically = Convert.ToBoolean((int)registryValue); 610set { this.centerVertically = value; }
2 references to centerVertically
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowPrinting.cs (2)
501key.SetValue(RegistryCenterVertically, Convert.ToInt32(this.centerVertically)); 609get { return this.centerVertically; }