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