4 references to FindStringInternal
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
1905
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: false, ignoreCase: true);
1932
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: true, ignoreCase);
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (2)
1371
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: false, ignoreCase: true);
1386
return
FindStringInternal
(s, _itemsCollection, startIndex, exact: true, ignoreCase: true);