3 references to LightGray
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
781return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightGray);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
494if (colorUpper.Equals("LIGHTGRAY")) return KnownColor.LightGray; 1460return Color.FromUInt32((uint)KnownColor.LightGray);