8 references to Continue
System.Windows.Forms (1)
System\Windows\Forms\OLE\DropSource.cs (1)
34DragAction action = DragAction.Continue;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\Behavior\DropSourceBehavior.cs (1)
1082if (e.Action == DragAction.Continue)
System\Windows\Forms\Design\ToolStripItemBehavior.cs (1)
945if (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))] 25QueryContinueDragEventArgs e = new(1, false, DragAction.Continue)
System\Windows\Forms\RichTextBoxTests.cs (1)
10861QueryContinueDragEventArgs queryContinueDragEventArgs = new(keyState: 0, escapePressed: true, action: DragAction.Continue);
System\Windows\Forms\ToolStripSplitStackDragDropHandlerTests.cs (1)
106QueryContinueDragEventArgs queryContinueDragEventArgs = new(0, escapePressed: false, DragAction.Continue);