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)
520if (_stringSource is not null) 522_stringSource.ReleaseAutoComplete(); 641if (_stringSource is not null) 643_stringSource.ReleaseAutoComplete(); 757if (_stringSource is null) 760if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 767_stringSource.RefreshList(AutoCompleteCustomSource.ToArray());