3 references to BlanchedAlmond
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
142 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.BlanchedAlmond"/>.</summary> 143 public static SolidColorBrush BlanchedAlmond => blanchedAlmond ??= new(Colors.BlanchedAlmond);
Microsoft.Maui.Graphics (1)
Color.cs (1)
770 "blanchedalmond" => Colors.BlanchedAlmond,