27 references to WM_CHAR
System.Private.Windows.Core (1)
Windows\Win32\MessageId.cs (1)
136PInvokeCore.WM_CHAR => "WM_CHAR",
System.Windows.Forms (21)
System\Windows\Forms\ActiveX\Control.ActiveXImpl.cs (1)
1852case PInvokeCore.WM_CHAR:
System\Windows\Forms\Application.ThreadContext.cs (1)
919if (msg.message == PInvokeCore.WM_CHAR)
System\Windows\Forms\Control.cs (7)
8661else if (msg.MsgInternal == PInvokeCore.WM_CHAR || msg.MsgInternal == PInvokeCore.WM_SYSCHAR) 8663if (msg.MsgInternal == PInvokeCore.WM_CHAR && IsInputChar((char)(nint)msg.WParamInternal)) 8744else if (message.MsgInternal == PInvokeCore.WM_CHAR || message.MsgInternal == PInvokeCore.WM_SYSCHAR) 8925if (m.MsgInternal == PInvokeCore.WM_CHAR || m.MsgInternal == PInvokeCore.WM_SYSCHAR) 8979RemovePendingMessages(PInvokeCore.WM_CHAR, PInvokeCore.WM_CHAR); 12397case PInvokeCore.WM_CHAR:
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1399case PInvokeCore.WM_CHAR: 2034else if (m.MsgInternal == PInvokeCore.WM_CHAR)
System\Windows\Forms\Controls\DataGridView\DataGridView.Methods.cs (2)
21917&& (m.MsgInternal == PInvokeCore.WM_SYSCHAR || m.MsgInternal == PInvokeCore.WM_CHAR || m.MsgInternal == PInvokeCore.WM_IME_CHAR)) 21940dataGridViewWantsInputKey = m.MsgInternal == PInvokeCore.WM_CHAR
System\Windows\Forms\Controls\DataGridView\DataGridViewTextBoxEditingControl.cs (2)
254if (m.MsgInternal == PInvokeCore.WM_CHAR 266if (m.MsgInternal == PInvokeCore.WM_CHAR && ModifierKeys == Keys.Control && Multiline && AcceptsReturn)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (1)
96PInvokeCore.PostMessage(this, PInvokeCore.WM_CHAR, (WPARAM)keyChar);
System\Windows\Forms\Controls\TextBox\MaskedTextBox.cs (1)
2452if (m.Msg == PInvokeCore.WM_CHAR && ImeWmCharsToIgnore > 0)
System\Windows\Forms\Controls\ToolStrips\ToolStripManager.ModalMenuFilter.cs (1)
619case PInvokeCore.WM_CHAR:
System\Windows\Forms\Controls\WebBrowser\WebBrowser.WebBrowserSite.cs (1)
165if (lpMsg->message != PInvokeCore.WM_CHAR && Enum.IsDefined((Shortcut)keyCode))
System\Windows\Forms\SendKeys\SendKeys.cs (2)
167AddEvent(new SKEvent(PInvokeCore.WM_CHAR, character, (oemVal & 0xFFFF), hwnd)); 679if (skEvent.WM == PInvokeCore.WM_CHAR)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\CollectionEditor.FilterListBox.cs (2)
75case PInvokeCore.WM_CHAR: 98PInvokeCore.SendMessage(hwnd, PInvokeCore.WM_CHAR, m.WParamInternal, m.LParamInternal);
System\Windows\Forms\Design\PbrsForward.cs (3)
101if (bk.KeyChar.MsgInternal == PInvokeCore.WM_CHAR) 108PInvokeCore.SendMessage(hwnd, PInvokeCore.WM_CHAR, bk.KeyChar.WParamInternal, bk.KeyChar.LParamInternal); 133case (int)PInvokeCore.WM_CHAR: