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