3 references to DeepSkyBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
239 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.DeepSkyBlue"/>.</summary> 240 public static SolidColorBrush DeepSkyBlue => deepSkyBlue ??= new(Colors.DeepSkyBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
803 "deepskyblue" => Colors.DeepSkyBlue,