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