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