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