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