8 references to ActiveCaption
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
58case KnownColor.ActiveCaption: 147return Color.FromKnownColor(KnownColor.ActiveCaption); 297case KnownColor.ActiveCaption: colorString = "activecaption"; break; 348htmlSysColorTable["activecaption"] = Color.FromKnownColor(KnownColor.ActiveCaption);
commonui\System\Drawing\KnownColorTable.cs (2)
225values[(int)KnownColor.ActiveCaption] = "ActiveCaption"; 447colorTable[(int)KnownColor.ActiveCaption] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.ActiveCaption);
commonui\System\Drawing\SystemColors.cs (1)
44return new Color(KnownColor.ActiveCaption);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
138t["activecaption"] = Color.FromKnownColor(KnownColor.ActiveCaption);