4 references to WindowBrush
Microsoft.VisualStudio.LanguageServices (2)
ChangeSignature\ChangeSignatureDialog.xaml.cs (2)
64
DisabledParameterBackground = SystemParameters.HighContrast ? SystemColors.
WindowBrush
: new SolidColorBrush(Color.FromArgb(0xFF, 0xDF, 0xE7, 0xF3));
66
Members.Background = SystemParameters.HighContrast ? SystemColors.
WindowBrush
: new SolidColorBrush(Color.FromArgb(0xFF, 0xFF, 0xFF, 0xFF));
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
539
return SystemColors.
WindowBrush
;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
381
static Brush defaultBrush = SystemColors.
WindowBrush
;