11 references to AddLine
System.Workflow.Activities (6)
Designers\StateDesignerConnector.cs (4)
234
path.
AddLine
(new Point(bounds.Left + bounds.Width / 2, bounds.Top), new Point(bounds.Right, bounds.Top + bounds.Height / 2));
235
path.
AddLine
(new Point(bounds.Right, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.Bottom));
236
path.
AddLine
(new Point(bounds.Left + bounds.Width / 2, bounds.Bottom), new Point(bounds.Left, bounds.Top + bounds.Height / 2));
237
path.
AddLine
(new Point(bounds.Left, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.Top));
Designers\StateMachineDesignerPaint.cs (2)
212
path.
AddLine
(points[0], points[1]);
313
path.
AddLine
(p1, p2);
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Connector.cs (4)
523
path.
AddLine
(new Point(bounds.Left + bounds.Width / 2, bounds.Top), new Point(bounds.Right, bounds.Top + bounds.Height / 2));
524
path.
AddLine
(new Point(bounds.Right, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.Bottom));
525
path.
AddLine
(new Point(bounds.Left + bounds.Width / 2, bounds.Bottom), new Point(bounds.Left, bounds.Top + bounds.Height / 2));
526
path.
AddLine
(new Point(bounds.Left, bounds.Top + bounds.Height / 2), new Point(bounds.Left + bounds.Width / 2, bounds.Top));
System.WorkflowServices (1)
System\Workflow\Activities\Design\GradientPanel.cs (1)
152
path.
AddLine
(new Point(frame.Right, frame.Top + glossHeight), new Point(frame.Left, frame.Top + glossHeight));