2 references to OnDragOver
PresentationFramework (2)
System\windows\Documents\TextEditor.cs (1)
729
TextEditorDragDrop.
OnDragOver
(_uiScope, e);
System\windows\Documents\TextEditorDragDrop.cs (1)
65
EventManager.RegisterClassHandler(controlType, DragDrop.DragOverEvent, new DragEventHandler(
OnDragOver
));