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)
221
if (
_autoCompleteCustomSource
is null)
224
_autoCompleteCustomSource
.CollectionChanged += OnAutoCompleteCustomSourceChanged;
227
return
_autoCompleteCustomSource
;
231
if (
_autoCompleteCustomSource
== value)
236
if (
_autoCompleteCustomSource
is not null)
238
_autoCompleteCustomSource
.CollectionChanged -= OnAutoCompleteCustomSourceChanged;
243
if (
_autoCompleteCustomSource
is not null)
245
_autoCompleteCustomSource
.CollectionChanged += OnAutoCompleteCustomSourceChanged;
1839
if (
_autoCompleteCustomSource
is not null)
1841
_autoCompleteCustomSource
.CollectionChanged -= OnAutoCompleteCustomSourceChanged;
3317
return
_autoCompleteCustomSource
is not null &&
_autoCompleteCustomSource
.Count > 0;