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