7 references to Drop
System.Windows.Forms (2)
System\Windows\Forms\OLE\DropSource.cs (2)
44
action = DragAction.
Drop
;
52
DragAction.
Drop
=> HRESULT.DRAGDROP_S_DROP,
System.Windows.Forms.Tests (5)
System\Windows\Forms\ControlTests.Handlers.cs (1)
4779
yield return new object[] { new QueryContinueDragEventArgs(0, true, DragAction.
Drop
) };
System\Windows\Forms\QueryContinueDragEventArgsTests.cs (2)
13
[InlineData(0, true, DragAction.
Drop
)]
24
[InlineData(DragAction.
Drop
)]
System\Windows\Forms\ToolStripControlHostTests.cs (1)
3799
yield return new object[] { new QueryContinueDragEventArgs(0, true, DragAction.
Drop
) };
System\Windows\Forms\ToolStripItemTests.cs (1)
12677
yield return new object[] { new QueryContinueDragEventArgs(0, true, DragAction.
Drop
) };