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