4 references to FindStringInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1892
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: false, ignoreCase: true);
1919
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: true, ignoreCase);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1373
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: false, ignoreCase: true);
1388
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: true, ignoreCase: true);