7 references to IsPointOnSegment
System.Workflow.ComponentModel (7)
AuthoringOM\Design\Connector.cs (7)
2262escapeLine.IsPointOnSegment(escapePoint) && escapeLine.A != escapePoint && escapeLine.B != escapePoint && 2494if (intersection != null && c.IsPointOnSegment((Point)intersection)) 2814if (cover.IsPointOnSegment(existingCover.A) && cover.IsPointOnSegment(existingCover.B)) 2820else if (existingCover.IsPointOnSegment(cover.A) && existingCover.IsPointOnSegment(cover.B)) 2857if (usedSegment.IsPointOnSegment(escapePoint))