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