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