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