30 references to WM_SYSCHAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
140
PInvokeCore.
WM_SYSCHAR
=> "WM_SYSCHAR",
System.Windows.Forms (9)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1853
case PInvokeCore.
WM_SYSCHAR
:
System\Windows\Forms\Control.cs (5)
8664
else if (msg.MsgInternal == PInvokeCore.WM_CHAR || msg.MsgInternal == PInvokeCore.
WM_SYSCHAR
)
8747
else if (message.MsgInternal == PInvokeCore.WM_CHAR || message.MsgInternal == PInvokeCore.
WM_SYSCHAR
)
8928
if (m.MsgInternal == PInvokeCore.WM_CHAR || m.MsgInternal == PInvokeCore.
WM_SYSCHAR
)
8983
RemovePendingMessages(PInvokeCore.
WM_SYSCHAR
, PInvokeCore.
WM_SYSCHAR
);
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1427
case PInvokeCore.
WM_SYSCHAR
:
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (1)
21917
&& (m.MsgInternal == PInvokeCore.
WM_SYSCHAR
|| m.MsgInternal == PInvokeCore.WM_CHAR || m.MsgInternal == PInvokeCore.WM_IME_CHAR))
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
632
case PInvokeCore.
WM_SYSCHAR
:
System.Windows.Forms.Tests (20)
System\Windows\Forms\ControlTests.Methods.cs (16)
5295
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.None, false };
5296
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.A, false };
5297
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.Tab, false };
5298
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.Menu, false };
5299
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.F10, false };
5378
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.None, false, false, false, true, false, false, 0, 0, 0, 0, 1 };
5379
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.None, false, false, false, true, true, true, 0, 0, 0, 0, 1 };
5380
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.None, false, false, false, false, true, true, 0, 0, 0, 0, 1 };
5381
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.None, false, false, false, false, false, false, 0, 0, 0, 0, 1 };
5382
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.A, false, false, false, true, false, false, 0, 0, 0, 0, 1 };
5383
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.A, false, false, false, true, true, true, 0, 0, 0, 0, 1 };
5384
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.A, false, false, false, false, true, true, 0, 0, 0, 0, 1 };
5385
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, Keys.A, false, false, false, false, false, false, 0, 0, 0, 0, 1 };
5651
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, '2', handled, 1, 0, 0, (IntPtr)50 };
5652
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, '1', handled, 1, 0, 0, (IntPtr)49 };
5813
[InlineData((int)PInvokeCore.
WM_SYSCHAR
)]
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (3)
1526
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, wParam, '2', handled, handled, 1, 0, 0, (IntPtr)50 };
1527
yield return new object[] { (int)PInvokeCore.
WM_SYSCHAR
, wParam, '1', handled, handled, 1, 0, 0, (IntPtr)49 };
1692
[InlineData((int)PInvokeCore.
WM_SYSCHAR
)]
System\Windows\Forms\MessageTests.cs (1)
316
yield return new object[] { PInvokeCore.
WM_SYSCHAR
, " (WM_SYSCHAR)" };