3 references to CornflowerBlue
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
211
return new Color(KnownColor.
CornflowerBlue
);
commonui\System\Drawing\KnownColorTable.cs (2)
85
values[(int)KnownColor.
CornflowerBlue
] = unchecked((int)0xFF6495ED);
276
values[(int)KnownColor.
CornflowerBlue
] = "CornflowerBlue";