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