3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
523
_stringSource
= null;
644
_stringSource
= null;
759
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
7 references to _stringSource
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBox.cs (7)
520
if (
_stringSource
is not null)
522
_stringSource
.ReleaseAutoComplete();
641
if (
_stringSource
is not null)
643
_stringSource
.ReleaseAutoComplete();
757
if (
_stringSource
is null)
760
if (!
_stringSource
.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
767
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());