3 references to Connector
System.Workflow.ComponentModel (3)
AuthoringOM\Design\Connector.cs (1)
23: base(connectionPoint.AssociatedDesigner, HitTestLocations.Designer | HitTestLocations.Connector)
AuthoringOM\Design\FreeFormDesigner.cs (2)
572return new ConnectorHitTestInfo(this, HitTestLocations.Designer | HitTestLocations.Connector, i); 1020nextSelectableObject = new ConnectorHitTestInfo(freeformDesigner, HitTestLocations.Connector | HitTestLocations.Designer, (connectorIndex > 0) ? connectorIndex - 1 : connectorIndex);