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