3 references to Red
PresentationCore (3)
System\Windows\Media\brushes.cs (1)
1280return KnownColors.SolidColorBrushFromUint((uint)KnownColor.Red);
System\Windows\Media\Knowncolors.cs (2)
297return KnownColor.Red; 2106return Color.FromUInt32((uint)KnownColor.Red);