4 writes to _stringSource
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (4)
1847
_stringSource
= null;
2390
_stringSource
= null;
3155
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
3198
_stringSource
= new StringSource(GetStringsForAutoComplete());
10 references to _stringSource
System.Windows.Forms (10)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (10)
1844
if (
_stringSource
is not null)
1846
_stringSource
.ReleaseAutoComplete();
2387
if (
_stringSource
is not null)
2389
_stringSource
.ReleaseAutoComplete();
3153
if (
_stringSource
is null)
3156
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3163
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());
3196
if (
_stringSource
is null)
3199
if (!
_stringSource
.Bind(_childEdit, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
3206
_stringSource
.RefreshList(GetStringsForAutoComplete());