8 references to ControlText
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
80
case KnownColor.
ControlText
:
163
return Color.FromKnownColor(KnownColor.
ControlText
);
303
case KnownColor.
ControlText
: colorString = "buttontext"; break;
354
htmlSysColorTable["buttontext"] = Color.FromKnownColor(KnownColor.
ControlText
);
commonui\System\Drawing\KnownColorTable.cs (2)
236
values[(int)KnownColor.
ControlText
] = "ControlText";
458
colorTable[(int)KnownColor.
ControlText
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.ControlText);
commonui\System\Drawing\SystemColors.cs (1)
162
return new Color(KnownColor.
ControlText
);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
144
t["buttontext"] = Color.FromKnownColor(KnownColor.
ControlText
);