2 references to DragLeave
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
382
Assert.Throws<NotSupportedException>(() => control.
DragLeave
+= handler);
383
control.
DragLeave
-= handler;