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