3 references to Gray
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
ReferenceHighlighting\DefinitionHighlightTagDefinition.cs (1)
27this.Border = new Pen(new SolidColorBrush(Colors.Gray), 0.5);
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
64RemovedParameterText = SystemParameters.HighContrast ? SystemColors.WindowTextBrush : new SolidColorBrush(Colors.Gray);
PresentationCore.Tests (1)
System\Windows\Media\ColorConverter.Tests.cs (1)
78yield return new object[] { Colors.Gray, "Gray" };