2 references to IsInputChar
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
2650if (item is not null && item.IsInputChar(charCode))
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripItemTests.cs (1)
15547public new bool IsInputChar(char charCode) => base.IsInputChar(charCode);