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