3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
550_stringSource = null; 668_stringSource = null; 782_stringSource = new StringSource(AutoCompleteCustomSource.ToArray());
5 references to _stringSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
549_stringSource?.ReleaseAutoComplete(); 667_stringSource?.ReleaseAutoComplete(); 780if (_stringSource is null) 783if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 790_stringSource.RefreshList(AutoCompleteCustomSource.ToArray());