2 references to QueryContinueDrag
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
616
Assert.Throws<NotSupportedException>(() => control.
QueryContinueDrag
+= handler);
617
control.
QueryContinueDrag
-= handler;