3 references to LightBlue
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
737return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightBlue);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
492if (colorUpper.Equals("LIGHTBLUE")) return KnownColor.LightBlue; 1416return Color.FromUInt32((uint)KnownColor.LightBlue);