3 references to LightGray
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
779return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightGray);
System\Windows\Media\Knowncolors.cs (2)
490if (colorUpper.Equals("LIGHTGRAY")) return KnownColor.LightGray; 1456return Color.FromUInt32((uint)KnownColor.LightGray);