3 references to PowderBlue
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1258return KnownColors.SolidColorBrushFromUint((uint)KnownColor.PowderBlue);
System\Windows\Media\Knowncolors.cs (2)
652return KnownColor.PowderBlue; 2084return Color.FromUInt32((uint)KnownColor.PowderBlue);