3 references to PeachPuff
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1219
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
PeachPuff
);
System\Windows\Media\Knowncolors.cs (2)
504
if (colorUpper.Equals("PEACHPUFF")) return KnownColor.
PeachPuff
;
1896
return Color.FromUInt32((uint)KnownColor.
PeachPuff
);