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