3 references to OldLace
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
418 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.OldLace"/>.</summary> 419 public static SolidColorBrush OldLace => oldLace ??= new(Colors.OldLace);
Microsoft.Maui.Graphics (1)
Color.cs (1)
864 "oldlace" => Colors.OldLace,