2 writes to _selectedBackground
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
248
GetColors(attachedAnnotation.Annotation, out _background, out
_selectedBackground
);
634
_selectedBackground
= activeBackground;
3 references to _selectedBackground
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (3)
363
HighlightBrush = new SolidColorBrush(
_selectedBackground
);
425
return
_selectedBackground
;
620
!
_selectedBackground
.Equals(activeBackground))