3 references to LightPink
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
795
return KnownColors.SolidColorBrushFromUint((uint)KnownColor.
LightPink
);
System\Windows\Media\Knowncolors.cs (2)
564
return KnownColor.
LightPink
;
1621
return Color.FromUInt32((uint)KnownColor.
LightPink
);