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