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