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