1 write to connectionIndex
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Connector.cs (1)
81this.connectionIndex = connectionIndex;
5 references to connectionIndex
System.Workflow.ComponentModel (5)
AuthoringOM\Design\Connector.cs (5)
96return this.connectionIndex; 121if (this.connectionIndex < connections.Count) 122return connections[this.connectionIndex]; 155connectionPoint.ConnectionIndex == this.connectionIndex) 163return (this.associatedDesigner.GetHashCode() ^ this.designerEdge.GetHashCode() ^ this.connectionIndex.GetHashCode());