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