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