3 references to LightCyan
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
751return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightCyan);
System\Windows\Media\Knowncolors.cs (2)
560return KnownColor.LightCyan; 1577return Color.FromUInt32((uint)KnownColor.LightCyan);