1 write to connectorIndex
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Glyphs\ConnectorSelectionGlyph.cs (1)
21this.connectorIndex = connectorIndex;
2 references to connectorIndex
System.Workflow.ComponentModel (2)
AuthoringOM\Design\SequentialActivityDesigner.cs (2)
557if (this.connectorIndex < connectors.Length) 558bounds = connectors[this.connectorIndex];