3 references to RosyBrown
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1296
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
RosyBrown
);
System\Windows\Media\Knowncolors.cs (2)
507
if (colorUpper.Equals("ROSYBROWN")) return KnownColor.
RosyBrown
;
1973
return Color.FromUInt32((uint)KnownColor.
RosyBrown
);