3 references to Linen
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
902return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Linen);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
360if (colorUpper.Equals("LINEN")) return KnownColor.Linen; 1581return Color.FromUInt32((uint)KnownColor.Linen);