7 references to GetAllConnectionPoints
System.Activities.Core.Presentation (7)
System\Activities\Core\Presentation\FlowchartDesigner.Helpers.cs (3)
220
List<ConnectionPoint> allConnectionPoints =
GetAllConnectionPoints
(shape);
237
List<ConnectionPoint> allConnectionPoints =
GetAllConnectionPoints
(shape);
251
List<ConnectionPoint> allConnectionPoints =
GetAllConnectionPoints
(shape);
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (4)
2203
List<ConnectionPoint> connectionPoints = FlowchartDesigner.
GetAllConnectionPoints
(designer);
2405
List<ConnectionPoint> list = FlowchartDesigner.
GetAllConnectionPoints
(element);
2411
List<ConnectionPoint> list = FlowchartDesigner.
GetAllConnectionPoints
(element);
2536
List<ConnectionPoint> connectionPoints = FlowchartDesigner.
GetAllConnectionPoints
(designer);