1 write to _defaultBackroundColor
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
129
_defaultBackroundColor
= value;
2 references to _defaultBackroundColor
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
125
return
_defaultBackroundColor
;
554
Nullable<Color> tempBackgroundColor =
_defaultBackroundColor
;