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