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