3 references to LightSteelBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
851return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightSteelBlue);
System\Windows\Media\Knowncolors.cs (2)
784return KnownColor.LightSteelBlue; 1677return Color.FromUInt32((uint)KnownColor.LightSteelBlue);