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