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