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