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 });