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