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)
188
if (
_autoCompleteCustomSource
is null)
191
_autoCompleteCustomSource
.CollectionChanged += OnAutoCompleteCustomSourceChanged;
194
return
_autoCompleteCustomSource
;
198
if (
_autoCompleteCustomSource
!= value)
200
if (
_autoCompleteCustomSource
is not null)
202
_autoCompleteCustomSource
.CollectionChanged -= OnAutoCompleteCustomSourceChanged;
207
if (
_autoCompleteCustomSource
is not null)
209
_autoCompleteCustomSource
.CollectionChanged += OnAutoCompleteCustomSourceChanged;
515
if (
_autoCompleteCustomSource
is not null)
517
_autoCompleteCustomSource
.CollectionChanged -= OnAutoCompleteCustomSourceChanged;