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