2 writes to _autoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
223_autoCompleteCustomSource = []; 241_autoCompleteCustomSource = value;
12 references to _autoCompleteCustomSource
System.Windows.Forms (12)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (12)
221if (_autoCompleteCustomSource is null) 224_autoCompleteCustomSource.CollectionChanged += OnAutoCompleteCustomSourceChanged; 227return _autoCompleteCustomSource; 231if (_autoCompleteCustomSource == value) 236if (_autoCompleteCustomSource is not null) 238_autoCompleteCustomSource.CollectionChanged -= OnAutoCompleteCustomSourceChanged; 243if (_autoCompleteCustomSource is not null) 245_autoCompleteCustomSource.CollectionChanged += OnAutoCompleteCustomSourceChanged; 1839if (_autoCompleteCustomSource is not null) 1841_autoCompleteCustomSource.CollectionChanged -= OnAutoCompleteCustomSourceChanged; 3317return _autoCompleteCustomSource is not null && _autoCompleteCustomSource.Count > 0;