6 references to WM_IME_CHAR
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (4)
10532else if (m.Msg == NativeMethods.WM_IME_CHAR) { 10666RemovePendingMessages(NativeMethods.WM_IME_CHAR, NativeMethods.WM_IME_CHAR); 14272case NativeMethods.WM_IME_CHAR:
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)
183case NativeMethods.WM_IME_CHAR: text = "WM_IME_CHAR"; break;