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)
101private StringSource? _stringSource;
System\Windows\Forms\Controls\TextBox\TextBox.cs (1)
76private StringSource? _stringSource;