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