3 references to LightSteelBlue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
858return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightSteelBlue);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
652if (colorUpper.Equals("LIGHTSTEELBLUE")) return KnownColor.LightSteelBlue; 1537return Color.FromUInt32((uint)KnownColor.LightSteelBlue);