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