3 references to DodgerBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
249 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DodgerBlue"/>.</summary> 250 public static SolidColorBrush DodgerBlue => dodgerBlue ??= new(Colors.DodgerBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
810 "dodgerblue" => Colors.DodgerBlue,