1 write to _comboBox
System.Windows.Forms.Tests (1)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (1)
19_comboBox = new();
8 references to _comboBox
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapterTests.cs (8)
15public void Dispose() => _comboBox.Dispose(); 20_adapter = new(_comboBox); 42var colorTable = (ProfessionalColorTable)_adapter.TestAccessor().Dynamic.GetColorTable(_comboBox); 53_comboBox.Enabled = enabled; 55Color result = (Color)_adapter.TestAccessor().Dynamic.GetOuterBorderColor(_comboBox); 67_comboBox.Enabled = enabled; 69Color result = (Color)_adapter.TestAccessor().Dynamic.GetPopupOuterBorderColor(_comboBox, focused); 81_adapter.TestAccessor().Dynamic.DrawFlatComboDropDown(_comboBox, graphics, dropDownRect);