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