8 references to InfoText
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
104
case KnownColor.
InfoText
:
187
return Color.FromKnownColor(KnownColor.
InfoText
);
315
case KnownColor.
InfoText
: colorString = "infotext"; break;
363
htmlSysColorTable["infotext"] = Color.FromKnownColor(KnownColor.
InfoText
);
commonui\System\Drawing\KnownColorTable.cs (2)
248
values[(int)KnownColor.
InfoText
] = "InfoText";
470
colorTable[(int)KnownColor.
InfoText
] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.InfoText);
commonui\System\Drawing\SystemColors.cs (1)
291
return new Color(KnownColor.
InfoText
);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
153
t["infotext"] = Color.FromKnownColor(KnownColor.
InfoText
);