1 write to _defaultBackroundColor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
145
_defaultBackroundColor
= value;
2 references to _defaultBackroundColor
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
141
return
_defaultBackroundColor
;
588
Nullable<Color> tempBackgroundColor =
_defaultBackroundColor
;