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