8 references to Continue
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropSource.cs (1)
34
DragAction action = DragAction.
Continue
;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
1082
if (e.Action == DragAction.
Continue
)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
945
if (e.Action == DragAction.
Continue
)
System.Windows.Forms.Tests (5)
System\Windows\Forms\QueryContinueDragEventArgsTests.cs (3)
10
[InlineData(-1, false, (DragAction.
Continue
- 1))]
21
[InlineData((DragAction.
Continue
- 1))]
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\ToolStripSplitStackDragDropHandlerTests.cs (1)
106
QueryContinueDragEventArgs queryContinueDragEventArgs = new(0, escapePressed: false, DragAction.
Continue
);