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