3 references to LightSteelBlue
Microsoft.Maui.Controls (2)
Brush\Brush.cs (2)
352 /// <summary>Gets a <see cref="SolidColorBrush"/> of the system-defined color <see cref="Colors.LightSteelBlue"/>.</summary> 353 public static SolidColorBrush LightSteelBlue => lightSteelBlue ??= new(Colors.LightSteelBlue);
Microsoft.Maui.Graphics (1)
Color.cs (1)
842 "lightsteelblue" => Colors.LightSteelBlue,