7 references to Green
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
Classification\ClassificationTypeFormatDefinitions.cs (2)
694
this.ForegroundColor = Colors.
Green
;
748
this.ForegroundColor = Colors.
Green
;
PresentationCore.Tests (2)
System\Windows\Media\ColorConverter.Tests.cs (2)
72
yield return new object[] { Colors.
Green
, "Green" };
360
yield return new object[] { Colors.
Green
, $"#{KnownColor.Green:X}" };
PresentationFramework.Tests (3)
System\Windows\ResourceDictionaryTests.cs (3)
110
var brush = new SolidColorBrush(Colors.
Green
);
123
var initialBrush = new SolidColorBrush(Colors.
Green
);
145
var initialBrush = new SolidColorBrush(Colors.
Green
);