3 references to GetDragDropCompletedEffects
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
180return GetDragDropCompletedEffects(dataObject);
System.Activities.Presentation\System\Activities\Presentation\WorkflowViewElement.cs (2)
998DragDropEffects executedDragDropEffect = DragDropHelper.GetDragDropCompletedEffects(dataObject); 1016|| DragDropHelper.GetDragDropCompletedEffects(dataObject) == DragDropEffects.Move;