3 references to ControlDarkBrush
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
473
return SystemColors.
ControlDarkBrush
;
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
1364
return _brushCache != null ? _brushCache.DarkBrush : SystemColors.
ControlDarkBrush
;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
52
Brush dark = SystemColors.
ControlDarkBrush
;