2 writes to _selectedBackground
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
238
GetColors(attachedAnnotation.Annotation, out _background, out
_selectedBackground
);
608
_selectedBackground
= activeBackground;
3 references to _selectedBackground
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
347
HighlightBrush = new SolidColorBrush(
_selectedBackground
);
409
return
_selectedBackground
;
594
!
_selectedBackground
.Equals(activeBackground))