2 overrides of Bounds
System.Workflow.ComponentModel (2)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (2)
338
public override Rectangle
Bounds
426
public override Rectangle
Bounds
4 references to Bounds
System.Workflow.ComponentModel (4)
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (4)
140
titleHeight += Header.
Bounds
.Height;
261
connectionPoints[connectionPoints.Count - 1] = new Point(connectionPoints[connectionPoints.Count - 1].X, connectionPoints[connectionPoints.Count - 1].Y - Footer.
Bounds
.Height);
342
Rectangle bounds = base.
Bounds
;
430
Rectangle bounds = base.
Bounds
;