3 references to Orchid
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1148return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Orchid);
System\Windows\Media\Knowncolors.cs (2)
414return KnownColor.Orchid; 1974return Color.FromUInt32((uint)KnownColor.Orchid);