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