11 references to GetCover
System.Workflow.ComponentModel (11)
AuthoringOM\Design\Connector.cs (11)
2022ConnectorSegment leftCover = coverSet.GetCover(Z, DesignerEdges.Left);
2023ConnectorSegment rightCover = coverSet.GetCover(Z, DesignerEdges.Right);
2024ConnectorSegment bottomCover = coverSet.GetCover(Z, DesignerEdges.Bottom);
2025ConnectorSegment topCover = coverSet.GetCover(Z, DesignerEdges.Top);
2212ConnectorSegment lesserCover = coverSet.GetCover(Z, (orientation == Orientation.Horizontal) ? DesignerEdges.Left : DesignerEdges.Bottom);
2219ConnectorSegment higherCover = coverSet.GetCover(Z, (orientation == Orientation.Horizontal) ? DesignerEdges.Right : DesignerEdges.Top);
2738ConnectorSegment leftCover = coverSet.GetCover(p, DesignerEdges.Left);
2739ConnectorSegment rightCover = coverSet.GetCover(p, DesignerEdges.Right);
2750ConnectorSegment bottomCover = coverSet.GetCover(p, DesignerEdges.Bottom);
2751ConnectorSegment topCover = coverSet.GetCover(p, DesignerEdges.Top);
2961ConnectorSegment originalCover = this.GetCover(origin, side);