15 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)
8945
else if (m.MsgInternal == PInvokeCore.
WM_IME_CHAR
)
8984
RemovePendingMessages(PInvokeCore.
WM_IME_CHAR
, PInvokeCore.
WM_IME_CHAR
);
12449
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
))
System.Windows.Forms.Tests (9)
System\Windows\Forms\ControlTests.Methods.cs (4)
5653
yield return new object[] { (int)PInvokeCore.
WM_IME_CHAR
, '2', handled, 1, 0, 0, (IntPtr)50 };
5654
yield return new object[] { (int)PInvokeCore.
WM_IME_CHAR
, '1', handled, 1, 0, 0, (IntPtr)49 };
5831
Msg = (int)PInvokeCore.
WM_IME_CHAR
5899
Msg = (int)PInvokeCore.
WM_IME_CHAR
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (4)
1528
yield return new object[] { (int)PInvokeCore.
WM_IME_CHAR
, wParam, '2', handled, handled, 1, 0, 0, (IntPtr)50 };
1529
yield return new object[] { (int)PInvokeCore.
WM_IME_CHAR
, wParam, '1', handled, handled, 1, 0, 0, (IntPtr)49 };
1710
Msg = (int)PInvokeCore.
WM_IME_CHAR
1778
Msg = (int)PInvokeCore.
WM_IME_CHAR
System\Windows\Forms\MessageTests.cs (1)
365
yield return new object[] { PInvokeCore.
WM_IME_CHAR
, " (WM_IME_CHAR)" };