11 references to GetCover
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (11)
321ConnectorSegment leftCover = coverSet.GetCover(Z, DesignerEdges.Left); 322ConnectorSegment rightCover = coverSet.GetCover(Z, DesignerEdges.Right); 323ConnectorSegment bottomCover = coverSet.GetCover(Z, DesignerEdges.Bottom); 324ConnectorSegment topCover = coverSet.GetCover(Z, DesignerEdges.Top); 539ConnectorSegment lesserCover = coverSet.GetCover(Z, (orientation == Orientation.Horizontal) ? DesignerEdges.Left : DesignerEdges.Bottom); 546ConnectorSegment higherCover = coverSet.GetCover(Z, (orientation == Orientation.Horizontal) ? DesignerEdges.Right : DesignerEdges.Top); 1122ConnectorSegment bottomCover = coverSet.GetCover(p, DesignerEdges.Bottom); 1123ConnectorSegment topCover = coverSet.GetCover(p, DesignerEdges.Top); 1134ConnectorSegment leftCover = coverSet.GetCover(p, DesignerEdges.Left); 1135ConnectorSegment rightCover = coverSet.GetCover(p, DesignerEdges.Right); 1440ConnectorSegment originalCover = this.GetCover(origin, side);