1 write to autoConnectHelper
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (1)
49
this.
autoConnectHelper
= new AutoConnectHelper(this);
3 references to autoConnectHelper
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (3)
136
return this.
autoConnectHelper
.CurrentTarget;
209
this.
autoConnectHelper
.RemoveDropTargets();
243
this.
autoConnectHelper
.OnPreviewDragOverPanel(e);