4 writes to AutoCompleteCustomSource
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3085
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)
405
control.
AutoCompleteCustomSource
= autoCompleteCustomSource;
410
control.
AutoCompleteCustomSource
= null;
13 references to AutoCompleteCustomSource
System.Windows.Forms (6)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (5)
2695
if (
AutoCompleteCustomSource
.Count == 0)
3138
if (
AutoCompleteCustomSource
is null)
3143
if (
AutoCompleteCustomSource
.Count == 0)
3154
_stringSource = new StringSource(
AutoCompleteCustomSource
.ToArray());
3162
_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)
29
Assert.Empty(control.
AutoCompleteCustomSource
);
30
Assert.Same(control.
AutoCompleteCustomSource
, control.
AutoCompleteCustomSource
);
406
control.
AutoCompleteCustomSource
.Should().BeEquivalentTo(autoCompleteCustomSource);
411
control.
AutoCompleteCustomSource
.Should().NotBeNull();
412
control.
AutoCompleteCustomSource
.Count.Should().Be(0);
System.Windows.Forms.UI.IntegrationTests (1)
ComboBoxTests.cs (1)
22
comboBox.
AutoCompleteCustomSource
.AddRange(