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