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