3 references to GetColorTable
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (3)
48
return (comboBox.Enabled) ? SystemColors.Window :
GetColorTable
(comboBox as ToolStripComboBoxControl).ComboBoxBorder;
64
?
GetColorTable
(comboBox as ToolStripComboBoxControl).ComboBoxBorder
83
ProfessionalColorTable colorTable =
GetColorTable
(toolStripComboBox);