10 references to SlopeOfLineSegment
System.Data (10)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorEditor.cs (9)
297
double slope = DesignerGeometryHelper.
SlopeOfLineSegment
(current.Location, next.Location);
319
double slope = DesignerGeometryHelper.
SlopeOfLineSegment
(current.Location, next.Location);
329
double slope = DesignerGeometryHelper.
SlopeOfLineSegment
(previous.Location, current.Location);
349
double slope1 = DesignerGeometryHelper.
SlopeOfLineSegment
(previous.Location, current.Location);
350
double slope2 = DesignerGeometryHelper.
SlopeOfLineSegment
(current.Location, next.Location);
404
double slopeOfLine = DesignerGeometryHelper.
SlopeOfLineSegment
(previous.Location, this.activeEditPoint.Location);
425
double slopeOfLine = DesignerGeometryHelper.
SlopeOfLineSegment
(this.activeEditPoint.Location, next.Location);
508
double slopeOfLine = DesignerGeometryHelper.
SlopeOfLineSegment
(previous.Location, this.activeEditPoint.Location);
513
slopeOfLine = DesignerGeometryHelper.
SlopeOfLineSegment
(this.activeEditPoint.Location, next.Location);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (1)
237
double slope = DesignerGeometryHelper.
SlopeOfLineSegment
(srcPoint, destPoint);