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