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