3 references to LightCyan
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
321 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightCyan"/>.</summary> 322 public static SolidColorBrush LightCyan => lightCyan ??= new(Colors.LightCyan);
Microsoft.Maui.Graphics (1)
Color.cs (1)
831 "lightcyan" => Colors.LightCyan,