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