6 instantiations of CustomDataObject
System.Windows.Forms.Tests (6)
System\Windows\Forms\DragEventArgsTests.cs (6)
12
yield return new object[] { new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move };
18
yield return new object[] { new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Documents" };
56
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move)
68
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Copy to %1", "Documents")
80
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Documents")
92
DragEventArgs e = new(new
CustomDataObject
(), 1, 2, 3, DragDropEffects.Copy, DragDropEffects.Move, DropImageType.Copy, "Move to %1", "Desktop")