3 references to DistanceOfLineSegments
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Connector.cs (3)
1264
DesignerGeometryHelper.
DistanceOfLineSegments
(new Point[] { this.editPoints[i].Location, this.editPoints[i + 1].Location }) > minLengthForSegmentEditPoint)
1348
double distance = DesignerGeometryHelper.
DistanceOfLineSegments
(new Point[] { previous.Location, current.Location });
1358
distance = DesignerGeometryHelper.
DistanceOfLineSegments
(new Point[] { current.Location, next.Location });