3 references to LightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
735return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightBlue);
System\Windows\Media\Knowncolors.cs (2)
488if (colorUpper.Equals("LIGHTBLUE")) return KnownColor.LightBlue; 1412return Color.FromUInt32((uint)KnownColor.LightBlue);