4 references to GetStringsForAutoComplete
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
3171stringSource = new StringSource(GetStringsForAutoComplete(AutoCompleteCustomSource)); 3178stringSource.RefreshList(GetStringsForAutoComplete(AutoCompleteCustomSource)); 3195stringSource = new StringSource(GetStringsForAutoComplete(Items)); 3202stringSource.RefreshList(GetStringsForAutoComplete(Items));