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