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