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