8 references to QueryContinueDragEventArgs
System.Windows.Forms.Tests (8)
System\Windows\Forms\ControlTests.Handlers.cs (1)
4777
yield return new object[] { new
QueryContinueDragEventArgs
(0, true, DragAction.Drop) };
System\Windows\Forms\QueryContinueDragEventArgsTests.cs (2)
14
QueryContinueDragEventArgs e =
new
(keyState, escapePressed, action);
25
QueryContinueDragEventArgs e =
new
(1, false, DragAction.Continue)
System\Windows\Forms\RichTextBoxTests.cs (1)
10861
QueryContinueDragEventArgs queryContinueDragEventArgs =
new
(keyState: 0, escapePressed: true, action: DragAction.Continue);
System\Windows\Forms\ToolStripControlHostTests.cs (2)
3797
yield return new object[] { new
QueryContinueDragEventArgs
(0, true, DragAction.Drop) };
4105
c.OnQueryContinueDrag(new
QueryContinueDragEventArgs
(0, false, DragAction.Cancel));
System\Windows\Forms\ToolStripItemTests.cs (1)
12694
yield return new object[] { new
QueryContinueDragEventArgs
(0, true, DragAction.Drop) };
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
106
QueryContinueDragEventArgs queryContinueDragEventArgs =
new
(0, escapePressed: false, DragAction.Continue);