4 references to FindStringExact
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
1321int index = FindStringExact(value, -1, false); 1324index = FindStringExact(value, -1, true); 2097return FindStringExact(s, -1, true); 2107return FindStringExact(s, startIndex, true);