3 references to Tan
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1463return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Tan);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
299if (colorUpper.Equals("TAN")) return KnownColor.Tan; 2142return Color.FromUInt32((uint)KnownColor.Tan);