3 references to OliveDrab
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
424
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
OliveDrab
"/>.</summary>
425
public static SolidColorBrush OliveDrab => oliveDrab ??= new(Colors.
OliveDrab
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
866
"olivedrab" => Colors.
OliveDrab
,