1 write to DarkBrush
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
440
decorator._brushCache.
DarkBrush
= new SolidColorBrush(darkColor);
1 reference to DarkBrush
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
1372
return _brushCache != null ? _brushCache.
DarkBrush
: SystemColors.ControlDarkBrush;