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