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)
13public void Dispose() => _comboBox.Dispose(); 18_adapter = new(_comboBox); 40var colorTable = (ProfessionalColorTable)_adapter.TestAccessor().Dynamic.GetColorTable(_comboBox); 51_comboBox.Enabled = enabled; 53Color result = (Color)_adapter.TestAccessor().Dynamic.GetOuterBorderColor(_comboBox); 65_comboBox.Enabled = enabled; 67Color result = (Color)_adapter.TestAccessor().Dynamic.GetPopupOuterBorderColor(_comboBox, focused); 79_adapter.TestAccessor().Dynamic.DrawFlatComboDropDown(_comboBox, graphics, dropDownRect);