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