1 write to _defaultActiveBackgroundColor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
161_defaultActiveBackgroundColor = value;
2 references to _defaultActiveBackgroundColor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
157return _defaultActiveBackgroundColor; 589Nullable<Color> tempActiveBackgroundColor = _defaultActiveBackgroundColor;