1 reference to FindStringExact
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
315public int FindStringExact(string? s, int startIndex) { return ComboBox.FindStringExact(s, startIndex); }