1 write to _comboBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
17
_comboBox
= new();
8 references to _comboBox
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (8)
13
public void Dispose() =>
_comboBox
.Dispose();
18
_adapter = new(
_comboBox
);
40
var colorTable = (ProfessionalColorTable)_adapter.TestAccessor().Dynamic.GetColorTable(
_comboBox
);
51
_comboBox
.Enabled = enabled;
53
Color result = (Color)_adapter.TestAccessor().Dynamic.GetOuterBorderColor(
_comboBox
);
65
_comboBox
.Enabled = enabled;
67
Color result = (Color)_adapter.TestAccessor().Dynamic.GetPopupOuterBorderColor(
_comboBox
, focused);
79
_adapter.TestAccessor().Dynamic.DrawFlatComboDropDown(
_comboBox
, graphics, dropDownRect);