1 instantiation of CoverSet
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
1850
CoverSet coverSet = new
CoverSet
(rectanglesToExclude, linesToExclude);
9 references to CoverSet
System.Workflow.ComponentModel (9)
AuthoringOM\Design\Connector.cs (9)
1850
CoverSet
coverSet = new CoverSet(rectanglesToExclude, linesToExclude);
2014
private static Nullable<Point> EscapeAlgorithm(
CoverSet
coverSet, Point Z, Point targetPoint,
2203
private static Nullable<Point> EscapeProcessI(
CoverSet
coverSet, Point Z,
2281
private static Nullable<Point> EscapeProcessII(
CoverSet
coverSet, Orientation orientation, ref List<Point> LeA,
2405
private static void SecondRefinementAlgorithm(
CoverSet
coverSet, ref List<Point> refinedPath, Size margin)
2726
public static ConnectorSegment ConstructBoundSegment(
CoverSet
coverSet, Point a, Point b)
2736
public static ConnectorSegment SegmentFromLeftToRightCover(
CoverSet
coverSet, Point p)
2748
public static ConnectorSegment SegmentFromBottomToTopCover(
CoverSet
coverSet, Point p)
2760
public static ConnectorSegment ConstructBoundSegment(
CoverSet
coverSet, Point a, Orientation orientation)