3 references to LavenderBlush
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
306
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
LavenderBlush
"/>.</summary>
307
public static SolidColorBrush LavenderBlush => lavenderBlush ??= new(Colors.
LavenderBlush
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
826
"lavenderblush" => Colors.
LavenderBlush
,