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