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