6 references to WM_IME_STARTCOMPOSITION
System.Windows.Forms (6)
winforms\Managed\System\WinForms\Control.cs (1)
14275case NativeMethods.WM_IME_STARTCOMPOSITION:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29985case NativeMethods.WM_IME_STARTCOMPOSITION:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3232case NativeMethods.WM_IME_STARTCOMPOSITION:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
134case NativeMethods.WM_IME_STARTCOMPOSITION: text = "WM_IME_STARTCOMPOSITION"; break;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5343case NativeMethods.WM_IME_STARTCOMPOSITION: 5346UnsafeNativeMethods.PostMessage(new HandleRef(Edit, Edit.Handle), NativeMethods.WM_IME_STARTCOMPOSITION, 0, 0);