9 references to WM_IME_COMPOSITION
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
145PInvokeCore.WM_IME_COMPOSITION => "WM_IME_COMPOSITION",
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
30089case PInvokeCore.WM_IME_COMPOSITION:
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
5353case (int)PInvokeCore.WM_IME_COMPOSITION: 5355PInvokeCore.PostMessage(EditTextBox, PInvokeCore.WM_IME_COMPOSITION, m.WParamInternal, m.LParamInternal);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2946case PInvokeCore.WM_IME_COMPOSITION:
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\PbrsForward.cs (3)
74and <= ((int)PInvokeCore.WM_IME_COMPOSITION)) 135case (int)PInvokeCore.WM_IME_COMPOSITION: 151else if (_ignoreMessages && m.Msg != (int)PInvokeCore.WM_IME_COMPOSITION)
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
321yield return new object[] { PInvokeCore.WM_IME_COMPOSITION, " (WM_IME_COMPOSITION)" };