4 references to GrayTextBrush
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
66DisabledParameterForeground = SystemParameters.HighContrast ? SystemColors.GrayTextBrush : new SolidColorBrush(Color.FromArgb(0xFF, 0xA2, 0xA4, 0xA5));
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
497return SystemColors.GrayTextBrush;
PresentationFramework.AeroLite (1)
Microsoft\Windows\Themes\ScrollChrome.cs (1)
486return SystemColors.GrayTextBrush;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
187? SystemColors.ControlTextBrush : SystemColors.GrayTextBrush;