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