6 references to WM_IME_CHAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
189
PInvokeCore.
WM_IME_CHAR
=> "WM_IME_CHAR",
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (4)
8942
else if (m.MsgInternal == PInvokeCore.
WM_IME_CHAR
)
8981
RemovePendingMessages(PInvokeCore.
WM_IME_CHAR
, PInvokeCore.
WM_IME_CHAR
);
12450
case PInvokeCore.
WM_IME_CHAR
:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
21917
&& (m.MsgInternal == PInvokeCore.WM_SYSCHAR || m.MsgInternal == PInvokeCore.WM_CHAR || m.MsgInternal == PInvokeCore.
WM_IME_CHAR
))