4 instantiations of StringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
3153
_stringSource = new
StringSource
(AutoCompleteCustomSource.ToArray());
3196
_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 });
2 references to StringSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
101
private
StringSource
? _stringSource;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
76
private
StringSource
? _stringSource;