2 references to DragDrop
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1005
Assert.Throws<NotSupportedException>(() => control.
DragDrop
+= handler);
1006
control.
DragDrop
-= handler;