2 writes to _background
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
248GetColors(attachedAnnotation.Annotation, out _background, out _selectedBackground); 633_background = background;
4 references to _background
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
269HighlightBrush = new SolidColorBrush(_background); 365HighlightBrush = new SolidColorBrush(_background); 414return _background; 619if (!_background.Equals(background) ||