3 references to PaleVioletRed
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
447
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
PaleVioletRed
"/>.</summary>
448
public static SolidColorBrush PaleVioletRed => paleVioletRed ??= new(Colors.
PaleVioletRed
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
877
"palevioletred" => Colors.
PaleVioletRed
,