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