3 references to LightGray
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
774return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightGray);
System\Windows\Media\Knowncolors.cs (2)
563return KnownColor.LightGray; 1600return Color.FromUInt32((uint)KnownColor.LightGray);