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