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