4 references to FindStringExact
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1140
int index =
FindStringExact
(value, -1, false);
1144
index =
FindStringExact
(value, -1, true);
1902
return
FindStringExact
(s, startIndex: -1, ignoreCase: true);
1911
return
FindStringExact
(s, startIndex, ignoreCase: true);