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