3 references to Brown
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
153 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.Brown"/>.</summary> 154 public static SolidColorBrush Brown => brown ??= new(Colors.Brown);
Microsoft.Maui.Graphics (1)
Color.cs (1)
777 "brown" => Colors.Brown,