1 reference to OnDragDropStarted
PresentationFramework (1)
System\Windows\Controls\Primitives\Popup.cs (1)
61
EventManager.RegisterClassHandler(typeof(Popup), DragDrop.DragDropStartedEvent, new RoutedEventHandler(
OnDragDropStarted
), true);