3 references to ConnectionPointsProperty
System.Activities.Core.Presentation (3)
System\Activities\Core\Presentation\StateContainerEditor.Utilities.cs (3)
39
return (List<ConnectionPoint>)obj.GetValue(StateContainerEditor.
ConnectionPointsProperty
);
45
return (List<ConnectionPoint>)obj.GetValue(StateContainerEditor.
ConnectionPointsProperty
);
50
obj.SetValue(StateContainerEditor.
ConnectionPointsProperty
, connectionPoints);