2 references to QueryContinueDrag
System.Windows.Forms.Tests (2)
System\Windows\Forms\AxHostTests.cs (2)
1228
Assert.Throws<NotSupportedException>(() => control.
QueryContinueDrag
+= handler);
1229
control.
QueryContinueDrag
-= handler;