2 writes to _autoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\TextBox\TextBox.cs (2)
190_autoCompleteCustomSource = []; 205_autoCompleteCustomSource = value;
10 references to _autoCompleteCustomSource
System.Windows.Forms (10)
System\Windows\Forms\Controls\TextBox\TextBox.cs (10)
188if (_autoCompleteCustomSource is null) 191_autoCompleteCustomSource.CollectionChanged += OnAutoCompleteCustomSourceChanged; 194return _autoCompleteCustomSource; 198if (_autoCompleteCustomSource != value) 200if (_autoCompleteCustomSource is not null) 202_autoCompleteCustomSource.CollectionChanged -= OnAutoCompleteCustomSourceChanged; 207if (_autoCompleteCustomSource is not null) 209_autoCompleteCustomSource.CollectionChanged += OnAutoCompleteCustomSourceChanged; 515if (_autoCompleteCustomSource is not null) 517_autoCompleteCustomSource.CollectionChanged -= OnAutoCompleteCustomSourceChanged;