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