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