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