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