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