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