6 references to Red
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
68StrikethroughBrush = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new SolidColorBrush(Colors.Red);
PresentationCore.Tests (4)
System\Windows\ClipboardTests.cs (1)
187Color color = Colors.Red;
System\Windows\Media\Animation\KeySplineConverter.Tests.cs (1)
275yield return new object[] { Colors.Red, typeof(string), CultureInfo.InvariantCulture };
System\Windows\Media\ColorConverter.Tests.cs (2)
70yield return new object[] { Colors.Red, "Red" }; 358yield return new object[] { Colors.Red, $"#{KnownColor.Red:X}" };
PresentationFramework.Tests (1)
System\Windows\ResourceDictionaryTests.cs (1)
124var updatedBrush = new SolidColorBrush(Colors.Red);