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