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