3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
508
_stringSource
= null;
626
_stringSource
= null;
740
_stringSource
= new StringSource(AutoCompleteCustomSource.ToArray());
5 references to _stringSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
507
_stringSource
?.ReleaseAutoComplete();
625
_stringSource
?.ReleaseAutoComplete();
738
if (
_stringSource
is null)
741
if (!
_stringSource
.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode))
748
_stringSource
.RefreshList(AutoCompleteCustomSource.ToArray());