4 references to StringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3155_stringSource = new StringSource(AutoCompleteCustomSource.ToArray()); 3198_stringSource = new StringSource(GetStringsForAutoComplete());
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
759_stringSource = new StringSource(AutoCompleteCustomSource.ToArray());
System\Windows\Forms\StringSource.cs (1)
81*ppenum = ComHelpers.GetComPointer<IEnumString>(new StringSource(_strings) { _current = _current });