2 writes to PageBoundsWithoutMargin
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (1)
694
headerFooterData.
PageBoundsWithoutMargin
= pageLayoutData.ViewablePageBounds;
AuthoringOM\Design\WorkflowPrinting.cs (1)
175
headerFooterData.
PageBoundsWithoutMargin
= boundingRectangle;
6 references to PageBoundsWithoutMargin
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowPrinting.cs (6)
267
layoutRectangle.Width = Math.Min(headerFooterPrintData.
PageBoundsWithoutMargin
.Width, layoutRectangle.Width);
275
layoutRectangle.X = headerFooterPrintData.
PageBoundsWithoutMargin
.Left;
280
layoutRectangle.X = headerFooterPrintData.
PageBoundsWithoutMargin
.Left + ((headerFooterPrintData.
PageBoundsWithoutMargin
.Width - layoutRectangle.Width) / 2); //align to the middle
285
layoutRectangle.X = headerFooterPrintData.
PageBoundsWithoutMargin
.Left + (headerFooterPrintData.
PageBoundsWithoutMargin
.Width - layoutRectangle.Width); //align to the right corner