1 write to _adapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
20
_adapter
= new(_comboBox);
5 references to _adapter
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (5)
26
_adapter
.Should().NotBeNull();
42
var colorTable = (ProfessionalColorTable)
_adapter
.TestAccessor().Dynamic.GetColorTable(_comboBox);
55
Color result = (Color)
_adapter
.TestAccessor().Dynamic.GetOuterBorderColor(_comboBox);
69
Color result = (Color)
_adapter
.TestAccessor().Dynamic.GetPopupOuterBorderColor(_comboBox, focused);
81
_adapter
.TestAccessor().Dynamic.DrawFlatComboDropDown(_comboBox, graphics, dropDownRect);