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