3 references to LightSteelBlue
System.Drawing (3)
commonui\System\Drawing\Color.cs (1)
724
return new Color(KnownColor.
LightSteelBlue
);
commonui\System\Drawing\KnownColorTable.cs (2)
142
values[(int)KnownColor.
LightSteelBlue
] = unchecked((int)0xFFB0C4DE);
333
values[(int)KnownColor.
LightSteelBlue
] = "LightSteelBlue";