3 references to Chocolate
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
207
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Chocolate
);
System\Windows\Media\Knowncolors.cs (2)
470
if (colorUpper.Equals("CHOCOLATE")) return KnownColor.
Chocolate
;
884
return Color.FromUInt32((uint)KnownColor.
Chocolate
);