3 references to WM_IME_ENDCOMPOSITION
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (1)
14278case NativeMethods.WM_IME_ENDCOMPOSITION:
winforms\Managed\System\WinForms\MaskedTextBox.cs (1)
3239case NativeMethods.WM_IME_ENDCOMPOSITION:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
135case NativeMethods.WM_IME_ENDCOMPOSITION: text = "WM_IME_ENDCOMPOSITION"; break;