8 references to Info
System.Drawing (7)
commonui\System\Drawing\Advanced\ColorTranslator.cs (4)
102case KnownColor.Info: 185return Color.FromKnownColor(KnownColor.Info); 314case KnownColor.Info: colorString = "infobackground"; break; 362htmlSysColorTable["infobackground"] = Color.FromKnownColor(KnownColor.Info);
commonui\System\Drawing\KnownColorTable.cs (2)
247values[(int)KnownColor.Info] = "Info"; 469colorTable[(int)KnownColor.Info] = SystemColorToArgb((int)SafeNativeMethods.Win32SystemColors.Info);
commonui\System\Drawing\SystemColors.cs (1)
281return new Color(KnownColor.Info);
System.Web (1)
UI\WebControls\WebColorConverter.cs (1)
152t["infobackground"] = Color.FromKnownColor(KnownColor.Info);