3 references to Orchid
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1155return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Orchid);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
385if (colorUpper.Equals("ORCHID")) return KnownColor.Orchid; 1834return Color.FromUInt32((uint)KnownColor.Orchid);