3 references to DarkCyan
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
184 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DarkCyan"/>.</summary> 185 public static SolidColorBrush DarkCyan => darkCyan ??= new(Colors.DarkCyan);
Microsoft.Maui.Graphics (1)
Color.cs (1)
784 "darkcyan" => Colors.DarkCyan,