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