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