2 references to OnDrop
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
730
TextEditorDragDrop.
OnDrop
(_uiScope, e);
System\windows\Documents\TextEditorDragDrop.cs (1)
52
EventManager.RegisterClassHandler(controlType, DragDrop.DropEvent, new DragEventHandler(
OnDrop
));