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