3 references to DarkOrange
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
207
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
DarkOrange
"/>.</summary>
208
public static SolidColorBrush DarkOrange => darkOrange ??= new(Colors.
DarkOrange
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
792
"darkorange" => Colors.
DarkOrange
,