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