10 references to WM_SYSCHAR
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1645case NativeMethods.WM_SYSCHAR:
winforms\Managed\System\WinForms\Control.cs (6)
10184else if (msg.Msg == NativeMethods.WM_CHAR || msg.Msg == NativeMethods.WM_SYSCHAR) { 10272else if (msg.Msg == NativeMethods.WM_CHAR || msg.Msg == NativeMethods.WM_SYSCHAR) { 10516if (m.Msg == NativeMethods.WM_CHAR || m.Msg == NativeMethods.WM_SYSCHAR) { 10665RemovePendingMessages(NativeMethods.WM_SYSCHAR, NativeMethods.WM_SYSCHAR); 18509case NativeMethods.WM_SYSCHAR:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
22352(m.Msg == NativeMethods.WM_SYSCHAR || m.Msg == NativeMethods.WM_CHAR || m.Msg == NativeMethods.WM_IME_CHAR))
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
131case NativeMethods.WM_SYSCHAR: text = "WM_SYSCHAR"; break;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1345case NativeMethods.WM_SYSCHAR: