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