3 references to LightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
729return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightBlue);
System\Windows\Media\Knowncolors.cs (2)
549return KnownColor.LightBlue; 1554return Color.FromUInt32((uint)KnownColor.LightBlue);