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