4 references to usedEscapeLine
System.Workflow.ComponentModel (4)
AuthoringOM\Design\Connector.cs (4)
2804this.usedEscapeLine.Clear(); 2848this.usedEscapeLine.Add(segment); 2854for (int i = 0; i < this.usedEscapeLine.Count; i++) 2856ConnectorSegment usedSegment = this.usedEscapeLine[i];