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(); 40var colorTable = (ProfessionalColorTable)_adapter.TestAccessor().Dynamic.GetColorTable(_comboBox); 53Color result = (Color)_adapter.TestAccessor().Dynamic.GetOuterBorderColor(_comboBox); 67Color result = (Color)_adapter.TestAccessor().Dynamic.GetPopupOuterBorderColor(_comboBox, focused); 79_adapter.TestAccessor().Dynamic.DrawFlatComboDropDown(_comboBox, graphics, dropDownRect);