3 references to Honeydew
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
285 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Honeydew"/>.</summary> 286 public static SolidColorBrush Honeydew => honeydew ??= new(Colors.Honeydew);
Microsoft.Maui.Graphics (1)
Color.cs (1)
819 "honeydew" => Colors.Honeydew,