8 references to InactiveCaptionText
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
100
case KnownColor.
InactiveCaptionText
:
183
return Color.FromKnownColor(KnownColor.
InactiveCaptionText
);
313
case KnownColor.
InactiveCaptionText
: colorString = "inactivecaptiontext"; break;
361
htmlSysColorTable["inactivecaptiontext"] = Color.FromKnownColor(KnownColor.
InactiveCaptionText
);
commonui\System\Drawing\KnownColorTable.cs (2)
246
values[(int)KnownColor.
InactiveCaptionText
] = "InactiveCaptionText";
468
colorTable[(int)KnownColor.
InactiveCaptionText
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.InactiveCaptionText);
commonui\System\Drawing\SystemColors.cs (1)
271
return new Color(KnownColor.
InactiveCaptionText
);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
151
t["inactivecaptiontext"] = Color.FromKnownColor(KnownColor.
InactiveCaptionText
);