5 references to WM_IME_COMPOSITION
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29986
case NativeMethods.
WM_IME_COMPOSITION
:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3243
case NativeMethods.
WM_IME_COMPOSITION
:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
136
case NativeMethods.
WM_IME_COMPOSITION
: text = "WM_IME_COMPOSITION"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5349
case NativeMethods.
WM_IME_COMPOSITION
:
5351
UnsafeNativeMethods.PostMessage(new HandleRef(Edit, Edit.Handle), NativeMethods.
WM_IME_COMPOSITION
, m.WParam, m.LParam);