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