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