1 reference to FindStringExact
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1378
public int FindStringExact(string s) =>
FindStringExact
(s, startIndex: -1);