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