10 references to WM_SYSCHAR
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1645
case NativeMethods.
WM_SYSCHAR
:
winforms\Managed\System\WinForms\Control.cs (6)
10184
else if (msg.Msg == NativeMethods.WM_CHAR || msg.Msg == NativeMethods.
WM_SYSCHAR
) {
10272
else if (msg.Msg == NativeMethods.WM_CHAR || msg.Msg == NativeMethods.
WM_SYSCHAR
) {
10516
if (m.Msg == NativeMethods.WM_CHAR || m.Msg == NativeMethods.
WM_SYSCHAR
) {
10665
RemovePendingMessages(NativeMethods.
WM_SYSCHAR
, NativeMethods.
WM_SYSCHAR
);
18509
case NativeMethods.
WM_SYSCHAR
:
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
22352
(m.Msg == NativeMethods.
WM_SYSCHAR
|| m.Msg == NativeMethods.WM_CHAR || m.Msg == NativeMethods.WM_IME_CHAR))
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
131
case NativeMethods.
WM_SYSCHAR
: text = "WM_SYSCHAR"; break;
winforms\Managed\System\WinForms\ToolStripManager.cs (1)
1345
case NativeMethods.
WM_SYSCHAR
: