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