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