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