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