3 references to Pink
PresentationCore (3)
Core\CSharp\System\Windows\Media\Brushes.cs (1)
1243return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Pink);
Core\CSharp\System\Windows\Media\KnownColors.cs (2)
325if (colorUpper.Equals("PINK")) return KnownColor.Pink; 1922return Color.FromUInt32((uint)KnownColor.Pink);