6 references to InactiveCaption
System.Drawing.Common.Tests (4)
System\Drawing\ColorTranslatorTests.cs (2)
30yield return (unchecked((int)0x80000003), SystemColors.InactiveCaption); 124yield return ("inactivecaption", SystemColors.InactiveCaption);
System\Drawing\SystemBrushesTests.cs (1)
31yield return Brush(() => SystemBrushes.InactiveCaption, SystemColors.InactiveCaption);
System\Drawing\SystemPensTest.cs (1)
33yield return Pen(() => SystemPens.InactiveCaption, 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;