3 references to DarkCyan
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
278
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
DarkCyan
);
System\Windows\Media\Knowncolors.cs (2)
491
return KnownColor.
DarkCyan
;
1104
return Color.FromUInt32((uint)KnownColor.
DarkCyan
);