11 references to Name
System.Drawing (11)
commonui\System\Drawing\Advanced\ColorTranslator.cs (1)
333colorString = c.Name;
commonui\System\Drawing\Color.cs (3)
1468Name, A, R, G, B); 1750sb.Append(Name); 1753sb.Append(Name);
commonui\System\Drawing\ColorConverter.cs (7)
255return c.Name; 258return "'" + c.Name + "'"; 299member = typeof(SystemColors).GetProperty(c.Name); 302member = typeof(Color).GetProperty(c.Name); 310args = new object[] {c.Name}; 416return string.Compare(cLeft.Name, cRight.Name, false, CultureInfo.InvariantCulture);