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