1 write to _defaultBackroundColor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
145_defaultBackroundColor = value;
2 references to _defaultBackroundColor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
141return _defaultBackroundColor; 588Nullable<Color> tempBackgroundColor = _defaultBackroundColor;