3 references to LightBlue
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
625
return new Color(KnownColor.
LightBlue
);
commonui\System\Drawing\KnownColorTable.cs (2)
131
values[(int)KnownColor.
LightBlue
] = unchecked((int)0xFFADD8E6);
322
values[(int)KnownColor.
LightBlue
] = "LightBlue";