Base:
method
GetConnectors
System.Workflow.ComponentModel.Design.SequentialActivityDesigner.GetConnectors()
2 references to GetConnectors
System.Workflow.Activities (1)
Designers\EventHandlersDesigner.cs (1)
85return new ConnectorHitTestInfo(this, HitTestLocations.Designer, GetConnectors().GetLength(0) - 1).SelectableObject;
System.Workflow.ComponentModel (1)
AuthoringOM\Behaviors\ExceptionHandlersDesigner.cs (1)
91return new ConnectorHitTestInfo(this, HitTestLocations.Designer, GetConnectors().GetLength(0) - 1).SelectableObject;