1 write to workflowAlignment
System.Workflow.ComponentModel (1)
AuthoringOM\Design\WorkflowPrinting.cs (1)
352
this.
workflowAlignment
= Point.Empty;
10 references to workflowAlignment
System.Workflow.ComponentModel (10)
AuthoringOM\Design\WorkflowPrinting.cs (10)
148
Point pageOffset = new Point(this.currentPrintablePage.X * printableArea.Width - this.
workflowAlignment
.X, this.currentPrintablePage.Y * printableArea.Height - this.
workflowAlignment
.Y);
158
scaledAlignment.X = Convert.ToInt32(Math.Ceiling((float)this.
workflowAlignment
.X / this.scaling));
159
scaledAlignment.Y = Convert.ToInt32(Math.Ceiling((float)this.
workflowAlignment
.Y / this.scaling));
355
this.
workflowAlignment
.X = (int)(((float)this.totalPrintablePages.X * (float)printableArea.Width / this.scaling - (float)rootDesignerSize.Width) / 2.0f * this.scaling);
358
this.
workflowAlignment
.Y = (int)(((float)this.totalPrintablePages.Y * (float)printableArea.Height / this.scaling - (float)rootDesignerSize.Height) / 2.0f * this.scaling);
360
this.
workflowAlignment
.X = Math.Max(this.
workflowAlignment
.X, selectionSize.Width + selectionSize.Width / 2);
361
this.
workflowAlignment
.Y = Math.Max(this.
workflowAlignment
.Y, selectionSize.Height + selectionSize.Height / 2);