2 references to DistanceOfLineSegments
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (2)
316
double distance = DesignerGeometryHelper.
DistanceOfLineSegments
(new Point[] { previous.Location, current.Location });
326
distance = DesignerGeometryHelper.
DistanceOfLineSegments
(new Point[] { current.Location, next.Location });