8 references to WM_IME_NOTIFY
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
185
PInvokeCore.
WM_IME_NOTIFY
=> "WM_IME_NOTIFY",
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12461
case PInvokeCore.
WM_IME_NOTIFY
:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3499
case PInvokeCore.
WM_IME_NOTIFY
:
System.Windows.Forms.Tests (5)
System\Windows\Forms\ControlTests.Methods.cs (2)
13034
Msg = (int)PInvokeCore.
WM_IME_NOTIFY
,
13060
Msg = (int)PInvokeCore.
WM_IME_NOTIFY
,
System\Windows\Forms\MessageTests.cs (1)
361
yield return new object[] { PInvokeCore.
WM_IME_NOTIFY
, " (WM_IME_NOTIFY)" };
System\Windows\Forms\RichTextBoxTests.cs (2)
9840
Msg = (int)PInvokeCore.
WM_IME_NOTIFY
,
9874
Msg = (int)PInvokeCore.
WM_IME_NOTIFY
,