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