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