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)
148
return
_defaultActiveBackgroundColor
;
563
Nullable<Color> tempActiveBackgroundColor =
_defaultActiveBackgroundColor
;