5 overrides of IsInputChar
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
1987
protected override bool
IsInputChar
(char charCode) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
10227
protected override bool
IsInputChar
(char charCode)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6679
protected override bool
IsInputChar
(char keyChar) {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2748
protected override bool
IsInputChar
(char charCode) {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1343
protected override bool
IsInputChar
(char charCode) {
5 references to IsInputChar
System.Windows.Forms (5)
winforms\Managed\System\WinForms\Control.cs (2)
10185
if (msg.Msg == NativeMethods.WM_CHAR &&
IsInputChar
((char)msg.WParam)) {
10276
if (target.GetState2(STATE2_INPUTCHAR) || target.
IsInputChar
((char)msg.WParam)) {
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
10237
return base.
IsInputChar
(charCode);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
6685
return base.
IsInputChar
(keyChar);
winforms\Managed\System\WinForms\ToolStrip.cs (1)
2753
return base.
IsInputChar
(charCode);