3 references to Yellow
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
551
/// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.
Yellow
"/>.</summary>
552
public static SolidColorBrush Yellow => yellow ??= new(Colors.
Yellow
);
Microsoft.Maui.Graphics (1)
Color.cs (1)
912
"yellow" => Colors.
Yellow
,