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