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