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