2 references to GetConnectionPointFromIndex
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
2749
ConnectionPoint srcConnPnt =
GetConnectionPointFromIndex
(srcElem, this.SrcConnPntIndex);
2750
ConnectionPoint desConnPnt =
GetConnectionPointFromIndex
(desElem, this.DestConnPntIndex);