2 references to IsInputChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2556
(GetSelectedItem() is { } item && item.
IsInputChar
(charCode)) || base.IsInputChar(charCode);
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripItemTests.cs (1)
15527
public new bool IsInputChar(char charCode) => base.
IsInputChar
(charCode);