4 references to InactiveCaption
System.Drawing.Common (2)
System\Drawing\SystemBrushes.cs (1)
36public static Brush InactiveCaption => FromSystemColor(SystemColors.InactiveCaption);
System\Drawing\SystemPens.cs (1)
38public static Pen InactiveCaption => FromSystemColor(SystemColors.InactiveCaption);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ProfessionalColorTable.cs (1)
546rgbTable[KnownColors.msocbvcrFocuslessHighlightedBkgd] = SystemColors.InactiveCaption;
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
186public Color TitleBarUnselectedColor { get; } = SystemColors.InactiveCaption;