3 references to WM_CHAR
WindowsFormsIntegration (3)
System\Windows\Integration\ApplicationInterop.cs (2)
123if (m.Msg == NativeMethods.WM_CHAR) 274case NativeMethods.WM_CHAR: //0x102
System\Windows\Integration\WindowsFormsHost.cs (1)
963if (!hasFocus && msg.Msg == NativeMethods.WM_CHAR)