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