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