1 write to isHeader
System.Workflow.ComponentModel (1)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (1)
51this.isHeader = isHeader;
3 references to isHeader
System.Workflow.ComponentModel (3)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (3)
120bounds.Y = (this.isHeader) ? designerBounds.Top : designerBounds.Bottom - bounds.Height; 141bounds.Y = (this.isHeader) ? designerBounds.Top + margin.Height : designerBounds.Bottom - margin.Height - this.textSize.Height; 165if (this.isHeader)