2 references to GetHighlightableConnectionPoints
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
143
ConnectablePoints = (connectorContainer != null && connectorContainer.EnableUserDrawnConnectors) ?
GetHighlightableConnectionPoints
(logicalPoint, MessageHitTestContext.AssociatedDesigner) : null;
167
ConnectablePoints =
GetHighlightableConnectionPoints
(logicalPoint, MessageHitTestContext.AssociatedDesigner);