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