2 references to OnQueryContinueDrag
PresentationFramework (2)
src\Framework\System\windows\Documents\TextEditor.cs (1)
741TextEditorDragDrop.OnQueryContinueDrag(_uiScope, e);
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
65EventManager.RegisterClassHandler(controlType, DragDrop.QueryContinueDragEvent, new QueryContinueDragEventHandler(OnQueryContinueDrag));