3 references to GhostWhite
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
267 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.GhostWhite"/>.</summary> 268 public static SolidColorBrush GhostWhite => ghostWhite ??= new(Colors.GhostWhite);
Microsoft.Maui.Graphics (1)
Color.cs (1)
816 "ghostwhite" => Colors.GhostWhite,