4 references to WM_INPUTLANGCHANGE
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
106PInvokeCore.WM_INPUTLANGCHANGE => "WM_INPUTLANGCHANGE",
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
12372case PInvokeCore.WM_INPUTLANGCHANGE:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1487case PInvokeCore.WM_INPUTLANGCHANGE:
System.Windows.Forms.Tests (1)
System\Windows\Forms\MessageTests.cs (1)
282yield return new object[] { PInvokeCore.WM_INPUTLANGCHANGE, " (WM_INPUTLANGCHANGE)" };