3 references to PapayaWhip
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1208return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PapayaWhip);
System\Windows\Media\Knowncolors.cs (2)
550if (colorUpper.Equals("PAPAYAWHIP")) return KnownColor.PapayaWhip; 1885return Color.FromUInt32((uint)KnownColor.PapayaWhip);