1 write to LightBrush
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
436decorator._brushCache.LightBrush = controlBrush;
2 references to LightBrush
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
424if (decorator._brushCache == null || controlColor != decorator._brushCache.LightBrush.Color) 1354return _brushCache != null ? _brushCache.LightBrush : SystemColors.ControlLightBrush;