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(); 738if (_stringSource is null) 741if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 748_stringSource.RefreshList(AutoCompleteCustomSource.ToArray());