3 references to SeaShell
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
492
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
SeaShell
"/>.</summary>
493
public static SolidColorBrush SeaShell => seaShell ??= new(Colors.
SeaShell
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
892
"seashell" => Colors.
SeaShell
,