3 references to CadetBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
159 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.CadetBlue"/>.</summary> 160 public static SolidColorBrush CadetBlue => cadetBlue ??= new(Colors.CadetBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
779 "cadetblue" => Colors.CadetBlue,