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