2 writes to spacerHelper
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
305this.spacerHelper = new SpacerHelper(this); 329this.spacerHelper = null;
3 references to spacerHelper
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (3)
326if (this.spacerHelper != null) 328this.spacerHelper.Unload(); 827this.spacerHelper.OnWfItemPresenterPreviewDragEnter(this, arg);