6 references to Intersect
System.Workflow.ComponentModel (6)
AuthoringOM\Design\Connector.cs (6)
2039
intersection = h.
Intersect
(segment);
2051
intersection = v.
Intersect
(segment);
2297
Nullable<Point> itersection = h.
Intersect
(segment);
2310
Nullable<Point> itersection = v.
Intersect
(segment);
2428
Nullable<Point> intersection = a.
Intersect
(b);
2493
Nullable<Point> intersection = b.
Intersect
(c);