1 write to _defaultActiveBackgroundColor
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
144_defaultActiveBackgroundColor = value;
2 references to _defaultActiveBackgroundColor
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
140return _defaultActiveBackgroundColor; 555Nullable<Color> tempActiveBackgroundColor = _defaultActiveBackgroundColor;