1 write to _adapter
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
18
_adapter
= new(_comboBox);
5 references to _adapter
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (5)
24
_adapter
.Should().NotBeNull();
40
var colorTable = (ProfessionalColorTable)
_adapter
.TestAccessor().Dynamic.GetColorTable(_comboBox);
53
Color result = (Color)
_adapter
.TestAccessor().Dynamic.GetOuterBorderColor(_comboBox);
67
Color result = (Color)
_adapter
.TestAccessor().Dynamic.GetPopupOuterBorderColor(_comboBox, focused);
79
_adapter
.TestAccessor().Dynamic.DrawFlatComboDropDown(_comboBox, graphics, dropDownRect);