3 references to Cyan
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
256
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
Cyan
);
System\Windows\Media\Knowncolors.cs (2)
313
return KnownColor.
Cyan
;
1082
return Color.FromUInt32((uint)KnownColor.
Cyan
);