3 references to Linen
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
900
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Linen
);
System\Windows\Media\Knowncolors.cs (2)
356
if (colorUpper.Equals("LINEN")) return KnownColor.
Linen
;
1577
return Color.FromUInt32((uint)KnownColor.
Linen
);