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