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