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