3 references to SkyBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
499 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.SkyBlue"/>.</summary> 500 public static SolidColorBrush SkyBlue => skyBlue ??= new(Colors.SkyBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
891 "skyblue" => Colors.SkyBlue,