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