3 references to PapayaWhip
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1203return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PapayaWhip);
System\Windows\Media\Knowncolors.cs (2)
650return KnownColor.PapayaWhip; 2029return Color.FromUInt32((uint)KnownColor.PapayaWhip);