3 references to WhiteSmoke
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
546
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
WhiteSmoke
"/>.</summary>
547
public static SolidColorBrush WhiteSmoke => whiteSmoke ??= new(Colors.
WhiteSmoke
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
907
"whitesmoke" => Colors.
WhiteSmoke
,