9 references to WM_IME_STARTCOMPOSITION
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
143PInvokeCore.WM_IME_STARTCOMPOSITION => "WM_IME_STARTCOMPOSITION",
System.Windows.Forms (5)
System\Windows\Forms\Control.cs (1)
12453case PInvokeCore.WM_IME_STARTCOMPOSITION:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30088case PInvokeCore.WM_IME_STARTCOMPOSITION:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
5347case (int)PInvokeCore.WM_IME_STARTCOMPOSITION: 5350PInvokeCore.PostMessage(EditTextBox, PInvokeCore.WM_IME_STARTCOMPOSITION);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2934case PInvokeCore.WM_IME_STARTCOMPOSITION:
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\PbrsForward.cs (2)
73and <= ((int)PInvokeCore.WM_KEYLAST) or >= ((int)PInvokeCore.WM_IME_STARTCOMPOSITION) 134case (int)PInvokeCore.WM_IME_STARTCOMPOSITION:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
319yield return new object[] { PInvokeCore.WM_IME_STARTCOMPOSITION, " (WM_IME_STARTCOMPOSITION)" };