4 references to FindString
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2138
SelectedIndex =
FindString
(MatchingText);
2159
if (
FindString
(newMatchingText) != -1)
2171
int itemFound =
FindString
(newMatchingText);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
312
public int FindString(string? s) { return ComboBox.
FindString
(s); }