2 references to KeyPress
System.Windows.Forms.Tests (2)
WebBrowserBaseTests.cs (2)
472
Assert.Throws<NotSupportedException>(() => control.
KeyPress
+= handler);
473
control.
KeyPress
-= handler;