2 references to DragDropCompletedEvent
PresentationCore (1)
System\Windows\DragDrop.cs (1)
407
args = new RoutedEventArgs(
DragDropCompletedEvent
, dragSource);
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
50
EventManager.RegisterClassHandler(typeof(Popup), DragDrop.
DragDropCompletedEvent
, new RoutedEventHandler(OnDragDropCompleted), true);