1 write to _defaultBackroundColor
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
137_defaultBackroundColor = value;
2 references to _defaultBackroundColor
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
133return _defaultBackroundColor; 562Nullable<Color> tempBackgroundColor = _defaultBackroundColor;