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