Base:
method
IsInputChar
System.Windows.Forms.Control.IsInputChar(System.Char)
2 references to IsInputChar
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
6647if (IsInputChar(keyChar)) { 6702if (!IsInputChar(ke.KeyChar)) {