3 writes to _stringSource
System.Windows.Forms (3)
System\Windows\Forms\Controls\TextBox\TextBox.cs (3)
521_stringSource = null; 639_stringSource = null; 753_stringSource = new StringSource(AutoCompleteCustomSource.ToArray());
5 references to _stringSource
System.Windows.Forms (5)
System\Windows\Forms\Controls\TextBox\TextBox.cs (5)
520_stringSource?.ReleaseAutoComplete(); 638_stringSource?.ReleaseAutoComplete(); 751if (_stringSource is null) 754if (!_stringSource.Bind(this, (AUTOCOMPLETEOPTIONS)AutoCompleteMode)) 761_stringSource.RefreshList(AutoCompleteCustomSource.ToArray());