4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1932
_stringSource
= null;
2507
_stringSource
= null;
3270
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
3313
_stringSource
= new StringSource(GetStringsForAutoComplete());
8 references to _stringSource
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (8)
1931
_stringSource
?.ReleaseAutoComplete();
2506
_stringSource
?.ReleaseAutoComplete();
3268
if (
_stringSource
is null)
3271
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3278
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());
3311
if (
_stringSource
is null)
3314
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3321
_stringSource
.RefreshList(GetStringsForAutoComplete());