3 references to GetDroppedObjects
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
386IEnumerable<object> droppedObjects = GetDroppedObjects(dropTarget, e, context);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemPresenter.cs (1)
537IEnumerable<object> droppedObjects = DragDropHelper.GetDroppedObjects(this, args, this.context);
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
617List<object> droppedObjects = new List<object>(DragDropHelper.GetDroppedObjects(this, e, Context));