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