2 references to AllowDrop
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
218if (AllowDrop(p, allowedItemTypes[i]))
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
1178&& DragDropHelper.AllowDrop(typeof(Sequence), this.wfItemPresenter.AllowedItemType) // Is Sequence allowed to be dropped inside the WIP? Beause it will trigger AutoWrap.