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