4 references to Silver
Microsoft.Maui.Controls (3)
Brush\Brush.cs (2)
498 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Silver"/>.</summary> 499 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)
894 "silver" => Colors.Silver,