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