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