2 writes to _selectedBackground
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
229
GetColors(attachedAnnotation.Annotation, out _background, out
_selectedBackground
);
599
_selectedBackground
= activeBackground;
3 references to _selectedBackground
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
338
HighlightBrush = new SolidColorBrush(
_selectedBackground
);
400
return
_selectedBackground
;
585
!
_selectedBackground
.Equals(activeBackground))