4 writes to AutoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3070
AutoCompleteCustomSource
= null;
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
60
set { ComboBox.
AutoCompleteCustomSource
= value; }
System.Windows.Forms.Tests (2)
System\Windows\Forms\ComboBoxTests.cs (2)
407
control.
AutoCompleteCustomSource
= autoCompleteCustomSource;
412
control.
AutoCompleteCustomSource
= null;
13 references to AutoCompleteCustomSource
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
2689
if (
AutoCompleteCustomSource
.Count == 0)
3123
if (
AutoCompleteCustomSource
is null)
3128
if (
AutoCompleteCustomSource
.Count == 0)
3139
_stringSource = new StringSource(
AutoCompleteCustomSource
.ToArray());
3147
_stringSource.RefreshList(
AutoCompleteCustomSource
.ToArray());
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
59
get { return ComboBox.
AutoCompleteCustomSource
; }
System.Windows.Forms.Tests (6)
System\Windows\Forms\ComboBoxTests.cs (6)
31
Assert.Empty(control.
AutoCompleteCustomSource
);
32
Assert.Same(control.
AutoCompleteCustomSource
, control.
AutoCompleteCustomSource
);
408
control.
AutoCompleteCustomSource
.Should().BeEquivalentTo(autoCompleteCustomSource);
413
control.
AutoCompleteCustomSource
.Should().NotBeNull();
414
control.
AutoCompleteCustomSource
.Count.Should().Be(0);
System.Windows.Forms.UI.IntegrationTests (1)
ComboBoxTests.cs (1)
20
comboBox.
AutoCompleteCustomSource
.AddRange(