3 references to PapayaWhip
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1210return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PapayaWhip);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
554if (colorUpper.Equals("PAPAYAWHIP")) return KnownColor.PapayaWhip; 1889return Color.FromUInt32((uint)KnownColor.PapayaWhip);