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