3 references to Thistle
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1477return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Thistle);
System\Windows\Media\Knowncolors.cs (2)
476return KnownColor.Thistle; 2303return Color.FromUInt32((uint)KnownColor.Thistle);