1 write to _comboBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
19
_comboBox
= new();
8 references to _comboBox
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (8)
15
public void Dispose() =>
_comboBox
.Dispose();
20
_adapter = new(
_comboBox
);
42
var colorTable = (ProfessionalColorTable)_adapter.TestAccessor().Dynamic.GetColorTable(
_comboBox
);
53
_comboBox
.Enabled = enabled;
55
Color result = (Color)_adapter.TestAccessor().Dynamic.GetOuterBorderColor(
_comboBox
);
67
_comboBox
.Enabled = enabled;
69
Color result = (Color)_adapter.TestAccessor().Dynamic.GetPopupOuterBorderColor(
_comboBox
, focused);
81
_adapter.TestAccessor().Dynamic.DrawFlatComboDropDown(
_comboBox
, graphics, dropDownRect);