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