3 references to PaleTurquoise
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
442 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.PaleTurquoise"/>.</summary> 443 public static SolidColorBrush PaleTurquoise => paleTurquoise ??= new(Colors.PaleTurquoise);
Microsoft.Maui.Graphics (1)
Color.cs (1)
872 "paleturquoise" => Colors.PaleTurquoise,