4 references to StringSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (2)
3171stringSource = new StringSource(GetStringsForAutoComplete(AutoCompleteCustomSource)); 3195stringSource = new StringSource(GetStringsForAutoComplete(Items));
winforms\Managed\System\WinForms\StringSource.cs (1)
109ppenum = new StringSource(strings);
winforms\Managed\System\WinForms\TextBox.cs (1)
785stringSource = new StringSource(GetStringsForAutoComplete());