4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1928
_stringSource
= null;
2494
_stringSource
= null;
3257
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
3300
_stringSource
= new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1927
_stringSource
?.ReleaseAutoComplete();
2493
_stringSource
?.ReleaseAutoComplete();
3255
if (
_stringSource
is null)
3258
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3265
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());
3298
if (
_stringSource
is null)
3301
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3308
_stringSource
.RefreshList(GetStringsForAutoComplete());