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