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