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