1 instantiation of QueryContinueDragEventArgs
PresentationCore (1)
Core\CSharp\System\Windows\DragDrop.cs (1)
688args = new QueryContinueDragEventArgs(escapePressed, (DragDropKeyStates)grfkeyState);
16 references to QueryContinueDragEventArgs
PresentationCore (12)
Core\CSharp\System\Windows\DragDrop.cs (3)
678QueryContinueDragEventArgs args; 735private void RaiseQueryContinueDragEvent(QueryContinueDragEventArgs args) 861private void OnDefaultQueryContinueDrag(QueryContinueDragEventArgs e)
Core\CSharp\System\Windows\Generated\ContentElement.cs (2)
1901protected internal virtual void OnPreviewQueryContinueDrag(QueryContinueDragEventArgs e) {} 1920protected internal virtual void OnQueryContinueDrag(QueryContinueDragEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement.cs (4)
2521private static void OnPreviewQueryContinueDragThunk(object sender, QueryContinueDragEventArgs e) 2550private static void OnQueryContinueDragThunk(object sender, QueryContinueDragEventArgs e) 4179protected virtual void OnPreviewQueryContinueDrag(QueryContinueDragEventArgs e) {} 4198protected virtual void OnQueryContinueDrag(QueryContinueDragEventArgs e) {}
Core\CSharp\System\Windows\Generated\UIElement3D.cs (2)
1607protected internal virtual void OnPreviewQueryContinueDrag(QueryContinueDragEventArgs e) {} 1626protected internal virtual void OnQueryContinueDrag(QueryContinueDragEventArgs e) {}
Core\CSharp\System\Windows\QueryContinueDragEventHandler.cs (1)
21public delegate void QueryContinueDragEventHandler(object sender, QueryContinueDragEventArgs e);
PresentationFramework (4)
src\Framework\System\Windows\Controls\PasswordBox.cs (1)
635protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
1244protected override void OnQueryContinueDrag(QueryContinueDragEventArgs e)
src\Framework\System\windows\Documents\TextEditor.cs (1)
739internal void OnQueryContinueDrag(QueryContinueDragEventArgs e)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
743internal static void OnQueryContinueDrag(object sender, QueryContinueDragEventArgs e)