3 references to PeachPuff
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1221return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PeachPuff);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
508if (colorUpper.Equals("PEACHPUFF")) return KnownColor.PeachPuff; 1900return Color.FromUInt32((uint)KnownColor.PeachPuff);