3 references to KeyPressEventArgs
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
10527
kpe = new
KeyPressEventArgs
(unchecked((char)(long)m.WParam));
10581
kpe = new
KeyPressEventArgs
(unicodeChar);
10587
kpe = new
KeyPressEventArgs
(unchecked((char)(long)m.WParam));