Base:
method
IsInputChar
System.Windows.Forms.Control.IsInputChar(System.Char)
2 references to IsInputChar
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.GridViewTextBox.cs (2)
92
if (
IsInputChar
(keyChar))
152
if (!
IsInputChar
(e.KeyChar))