2 references to FindStringInternal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
2131
return
FindStringInternal
(s, Items, startIndex, true, ignorecase);
winforms\Managed\System\WinForms\ListControl.cs (1)
513
return
FindStringInternal
(str, items, startIndex, exact, true);