1 reference to OnDragDropCompleted
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
62
EventManager.RegisterClassHandler(typeof(Popup), DragDrop.DragDropCompletedEvent, new RoutedEventHandler(
OnDragDropCompleted
), true);