3 references to PowderBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
463 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PowderBlue"/>.</summary> 464 public static SolidColorBrush PowderBlue => powderBlue ??= new(Colors.PowderBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
879 "powderblue" => Colors.PowderBlue,