4 references to WindowTextBrush
Microsoft.VisualStudio.LanguageServices (3)
ChangeSignature\ChangeSignatureDialog.xaml.cs (3)
62
ParameterText = SystemParameters.HighContrast ? SystemColors.
WindowTextBrush
: new SolidColorBrush(Color.FromArgb(0xFF, 0x1E, 0x1E, 0x1E));
63
RemovedParameterText = SystemParameters.HighContrast ? SystemColors.
WindowTextBrush
: new SolidColorBrush(Colors.Gray);
67
StrikethroughBrush = SystemParameters.HighContrast ? SystemColors.
WindowTextBrush
: new SolidColorBrush(Colors.Red);
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
545
return SystemColors.
WindowTextBrush
;