4 writes to activeConnectionPoint
System.Activities.Core.Presentation (4)
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (4)
249this.activeConnectionPoint = null; 1152this.activeConnectionPoint = null; 1209this.activeConnectionPoint = connectionPoint; 1216this.activeConnectionPoint = null;
6 references to activeConnectionPoint
System.Activities.Core.Presentation (6)
System\Activities\Core\Presentation\StateContainerEditor.ModelChanges.cs (4)
205if (this.activeConnectionPoint != null) 207destConnectionPoint = this.activeConnectionPoint; 224if (this.activeConnectionPoint != null) 226sourceConnectionPoint = this.activeConnectionPoint;
System\Activities\Core\Presentation\StateContainerEditor.xaml.cs (2)
1150if (object.Equals(this.activeConnectionPoint, connectionPoint)) 1214if (object.Equals(connectionPoint, this.activeConnectionPoint))