3 references to InactiveCaption
System.Drawing (2)
commonui\System\Drawing\SystemBrushes.cs (1)
234
return FromSystemColor(SystemColors.
InactiveCaption
);
commonui\System\Drawing\SystemPens.cs (1)
244
return FromSystemColor(SystemColors.
InactiveCaption
);
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ProfessionalColorTable.cs (1)
689
rgbTable[ProfessionalColorTable.KnownColors.msocbvcrFocuslessHighlightedBkgd] = SystemColors.
InactiveCaption
;