3 references to LightPink
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
801
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightPink
);
System\Windows\Media\Knowncolors.cs (2)
491
if (colorUpper.Equals("LIGHTPINK")) return KnownColor.
LightPink
;
1478
return Color.FromUInt32((uint)KnownColor.
LightPink
);