3 references to AllowDrop
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (2)
612if (!DragDropHelper.AllowDrop(args.Data, this.Context, this.AllowedItemType)) 1179&& DragDropHelper.AllowDrop(e.Data, this.wfItemPresenter.Context, typeof(Activity))); // Is the item being dragged allowed to be dropped onto Sequence?
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
783if (!DragDropHelper.AllowDrop(e.Data, this.Context, this.AllowedItemType))