3 references to Gainsboro
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
550return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Gainsboro);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
484if (colorUpper.Equals("GAINSBORO")) return KnownColor.Gainsboro; 1229return Color.FromUInt32((uint)KnownColor.Gainsboro);