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