2 references to DragEnter
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
371
Assert.Throws<NotSupportedException>(() => control.
DragEnter
+= handler);
372
control.
DragEnter
-= handler;