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