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