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