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