3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
521
_stringSource
= null;
639
_stringSource
= null;
753
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
5 references to _stringSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
520
_stringSource
?.ReleaseAutoComplete();
638
_stringSource
?.ReleaseAutoComplete();
751
if (
_stringSource
is null)
754
if (!
_stringSource
.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
761
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());