6 instantiations of CustomDataObject
System.Windows.Forms.Tests (6)
System\Windows\Forms\DragEventArgsTests.cs (6)
14
yield return new object[] { new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move };
20
yield return new object[] { new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Documents" };
58
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move)
70
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Copy to %1", "Documents")
82
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Documents")
94
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Desktop")