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