2 references to FindStringExact
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ComboBox.cs (1)
1289if (DropDownStyle == ComboBoxStyle.DropDownList && !IsHandleCreated && !String.IsNullOrEmpty(value) && FindStringExact(value) == -1)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (1)
479public int FindStringExact(string s) { return ComboBox.FindStringExact(s); }