2 references to CreateFlowSwitchLink
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.ModelChanges.cs (1)
203
if (!
CreateFlowSwitchLink
(sourceConnPoint, srcFlowElementMI, destFlowElementMI, caseKey, connectorViewState, ref errorMessage))
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (1)
2310
autoConnected = this.
CreateFlowSwitchLink
(this.srcConnectionPointForAutoConnect, sourceModelItem, droppedModelItem, null, null, ref message);