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