3 references to Yellow
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
1300
return new Color(KnownColor.
Yellow
);
commonui\System\Drawing\KnownColorTable.cs (2)
206
values[(int)KnownColor.
Yellow
] = unchecked((int)0xFFFFFF00);
397
values[(int)KnownColor.
Yellow
] = "Yellow";