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