7 references to EnableUserDrawnConnectors
System.Workflow.ComponentModel (7)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (7)
143ConnectablePoints = (connectorContainer != null && connectorContainer.EnableUserDrawnConnectors) ? GetHighlightableConnectionPoints(logicalPoint, MessageHitTestContext.AssociatedDesigner) : null; 164if (connectorContainer != null && connectorContainer.EnableUserDrawnConnectors) 272if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors && new ConnectorEditor(selectedConnector).HitTest(editPoint)) 283if (connectorContainer != null && connectorContainer.EnableUserDrawnConnectors) 297if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors && new ConnectorEditor(selectedConnector).HitTest(editPoint)) 305if (connectorContainer != null && connectorContainer.EnableUserDrawnConnectors) 450if (selectedConnector != null && selectedConnector.ParentDesigner.EnableUserDrawnConnectors)