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