1 type derived from ProfessionalColorTable
System.Windows.Forms (1)
System\Windows\Forms\DarkProfessionalColors.cs (1)
8internal sealed class DarkProfessionalColors : ProfessionalColorTable
2 instantiations of ProfessionalColorTable
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3800ProfessionalColorTable colorTable = new()
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (1)
20internal static ProfessionalColorTable ColorTable => t_professionalColorTable ??= new ProfessionalColorTable();
10 references to ProfessionalColorTable
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (1)
3800ProfessionalColorTable colorTable = new()
System\Windows\Forms\Controls\ToolStrips\ProfessionalColors.cs (2)
12private static ProfessionalColorTable? t_professionalColorTable; 20internal static ProfessionalColorTable ColorTable => t_professionalColorTable ??= new ProfessionalColorTable();
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.cs (1)
18private ProfessionalColorTable ColorTable
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.ToolStripComboBoxControl.ToolStripComboBoxFlatComboAdapter.cs (2)
31private static ProfessionalColorTable GetColorTable(ToolStripComboBoxControl? toolStripComboBoxControl) 83ProfessionalColorTable colorTable = GetColorTable(toolStripComboBox);
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (3)
35private readonly ProfessionalColorTable? _professionalColorTable; 48public ToolStripProfessionalRenderer(ProfessionalColorTable professionalColorTable) 53public ProfessionalColorTable ColorTable => _professionalColorTable ?? ProfessionalColors.ColorTable;
System\Windows\Forms\Controls\ToolStrips\ToolStripTextBox.ToolStripTextBoxControl.cs (1)
53private ProfessionalColorTable ColorTable