8 references to ActiveCaptionText
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
60
case KnownColor.
ActiveCaptionText
:
149
return Color.FromKnownColor(KnownColor.
ActiveCaptionText
);
304
case KnownColor.
ActiveCaptionText
: colorString = "captiontext"; break;
355
htmlSysColorTable["captiontext"] = Color.FromKnownColor(KnownColor.
ActiveCaptionText
);
commonui\System\Drawing\KnownColorTable.cs (2)
226
values[(int)KnownColor.
ActiveCaptionText
] = "ActiveCaptionText";
448
colorTable[(int)KnownColor.
ActiveCaptionText
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.ActiveCaptionText);
commonui\System\Drawing\SystemColors.cs (1)
54
return new Color(KnownColor.
ActiveCaptionText
);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
145
t["captiontext"] = Color.FromKnownColor(KnownColor.
ActiveCaptionText
);