3 references to GetColorTable
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripComboBox.cs (3)
671
return (comboBox.Enabled) ? SystemColors.Window :
GetColorTable
(comboBox as ToolStripComboBoxControl).ComboBoxBorder;
681
return (focused) ?
GetColorTable
(comboBox as ToolStripComboBoxControl).ComboBoxBorder : SystemColors.Window;
697
ProfessionalColorTable colorTable =
GetColorTable
(toolStripComboBox);