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