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