3 references to LightPink
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
803return KnownColors.SolidColorBrushFromUint((uint)KnownColor.LightPink);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
495if (colorUpper.Equals("LIGHTPINK")) return KnownColor.LightPink; 1482return Color.FromUInt32((uint)KnownColor.LightPink);