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