4 references to GrayTextBrush
Microsoft.VisualStudio.LanguageServices (1)
ChangeSignature\ChangeSignatureDialog.xaml.cs (1)
65DisabledParameterForeground = 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)
492return SystemColors.GrayTextBrush;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
191? SystemColors.ControlTextBrush : SystemColors.GrayTextBrush;