4 writes to stringSource
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ComboBox.cs (4)
2025stringSource = null; 2531stringSource = null; 3171stringSource = new StringSource(GetStringsForAutoComplete(AutoCompleteCustomSource)); 3195stringSource = new StringSource(GetStringsForAutoComplete(Items));
10 references to stringSource
System.Windows.Forms (10)
winforms\Managed\System\WinForms\ComboBox.cs (10)
2022if (stringSource != null) 2024stringSource.ReleaseAutoComplete(); 2528if (stringSource != null) 2530stringSource.ReleaseAutoComplete(); 3169if (stringSource == null) 3172if (!stringSource.Bind(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) { 3178stringSource.RefreshList(GetStringsForAutoComplete(AutoCompleteCustomSource)); 3193if (stringSource == null) 3196if (!stringSource.Bind(new HandleRef(this, childEdit.Handle), (int)AutoCompleteMode)) { 3202stringSource.RefreshList(GetStringsForAutoComplete(Items));