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