2 references to FindStringExact
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1111if (DropDownStyle == ComboBoxStyle.DropDownList && !IsHandleCreated && !string.IsNullOrEmpty(value) && FindStringExact(value) == -1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
314public int FindStringExact(string? s) { return ComboBox.FindStringExact(s); }