3 references to LightBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
730
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightBlue
);
System\Windows\Media\Knowncolors.cs (2)
559
return KnownColor.
LightBlue
;
1556
return Color.FromUInt32((uint)KnownColor.
LightBlue
);