11 references to SlopeOfLineSegment
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Connector.cs (11)
1127float slopeOfLine = DesignerGeometryHelper.SlopeOfLineSegment(previous.Location, this.activeEditPoint.Location);
1144float slopeOfLine = DesignerGeometryHelper.SlopeOfLineSegment(this.activeEditPoint.Location, next.Location);
1191float slopeOfLine = DesignerGeometryHelper.SlopeOfLineSegment(previous.Location, this.activeEditPoint.Location);
1196slopeOfLine = DesignerGeometryHelper.SlopeOfLineSegment(this.activeEditPoint.Location, next.Location);
1212float slopeOfLine = DesignerGeometryHelper.SlopeOfLineSegment(previous.Location, next.Location);
1351float slope = DesignerGeometryHelper.SlopeOfLineSegment(current.Location, next.Location);
1361float slope = DesignerGeometryHelper.SlopeOfLineSegment(previous.Location, current.Location);
1379float slope1 = DesignerGeometryHelper.SlopeOfLineSegment(previous.Location, current.Location);
1380float slope2 = DesignerGeometryHelper.SlopeOfLineSegment(current.Location, next.Location);
1395float slope = DesignerGeometryHelper.SlopeOfLineSegment(current.Location, next.Location);
1542float slope = DesignerGeometryHelper.SlopeOfLineSegment(sourcePoint, targetPoint);