4 references to Silver
Microsoft.Maui.Controls (3)
Brush\Brush.cs (2)
496 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Silver"/>.</summary> 497 public static SolidColorBrush Silver => silver ??= new(Colors.Silver);
IndicatorView\IndicatorStackLayout.cs (1)
120 : GetColorOrDefault(_indicatorView.IndicatorColor, Colors.Silver);
Microsoft.Maui.Graphics (1)
Color.cs (1)
890 "silver" => Colors.Silver,