1 instantiation of CoverSet
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (1)
739CoverSet coverSet = new CoverSet(rectanglesToExclude, linesToExclude);
13 references to CoverSet
System.Activities.Presentation (13)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (13)
313static Nullable<Point> EscapeAlgorithm(CoverSet coverSet, Point Z, 534static Nullable<Point> EscapeProcessI(CoverSet coverSet, Point Z, 604static Nullable<Point> EscapeProcessII(CoverSet coverSet, Orientation orientation, ref List<Point> escapePointsA, 739CoverSet coverSet = new CoverSet(rectanglesToExclude, linesToExclude); 883static void EraseRedundentWarps(CoverSet coverSet, ref List<Point> refinedPath) 937static void SecondRefinementAlgorithm(CoverSet coverSet, ref List<Point> refinedPath, Size margin) 1014static List<ConnectorSegment> GetSegmentsForOrientation(CoverSet coverSet, Orientation orientation) 1028static void ShrinkCoversInwards(CoverSet coverSet, Orientation orientation, double shrunkLength) 1037static void ExtendCoversOutwards(CoverSet coverSet, Orientation orientation, double extendedLength) 1105public static ConnectorSegment ConstructBoundSegment(CoverSet coverSet, Point a, Point b) 1115public static ConnectorSegment ConstructBoundSegment(CoverSet coverSet, Point a, Orientation orientation) 1120public static ConnectorSegment SegmentFromBottomToTopCover(CoverSet coverSet, Point p) 1132public static ConnectorSegment SegmentFromLeftToRightCover(CoverSet coverSet, Point p)