5 references to FindString
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
2055
SelectedIndex =
FindString
(MatchingText);
2076
if (
FindString
(newMatchingText) != -1)
2088
int itemFound =
FindString
(newMatchingText);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
312
public int FindString(string? s) { return ComboBox.
FindString
(s); }
System.Windows.Forms.Tests (1)
System\Windows\Forms\ComboBoxTests.cs (1)
1576
Assert.Equal(expected, control.
FindString
(s));