3 references to Thistle
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1483return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Thistle);
System\Windows\Media\Knowncolors.cs (2)
428if (colorUpper.Equals("THISTLE")) return KnownColor.Thistle; 2160return Color.FromUInt32((uint)KnownColor.Thistle);