2 references to ConnectionPointsProperty
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartDesigner.xaml.cs (2)
364
return (List<ConnectionPoint>)obj.GetValue(FlowchartDesigner.
ConnectionPointsProperty
);
494
obj.SetValue(FlowchartDesigner.
ConnectionPointsProperty
, connectionPoints);