3 references to ControlLightBrush
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
471
return SystemColors.
ControlLightBrush
;
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
1354
return _brushCache != null ? _brushCache.LightBrush : SystemColors.
ControlLightBrush
;
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
57
Brush light = SystemColors.
ControlLightBrush
;