3 references to Thistle
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1485return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Thistle);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
432if (colorUpper.Equals("THISTLE")) return KnownColor.Thistle; 2164return Color.FromUInt32((uint)KnownColor.Thistle);