2 references to OnDragEnter
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
751
TextEditorDragDrop.
OnDragEnter
(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
67
EventManager.RegisterClassHandler(controlType, DragDrop.DragEnterEvent, new DragEventHandler(
OnDragEnter
));