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