3 references to LightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
735
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightBlue
);
System\Windows\Media\Knowncolors.cs (2)
488
if (colorUpper.Equals("LIGHTBLUE")) return KnownColor.
LightBlue
;
1412
return Color.FromUInt32((uint)KnownColor.
LightBlue
);