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