2 writes to _background
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
230GetColors(attachedAnnotation.Annotation, out _background, out _selectedBackground); 599_background = background;
4 references to _background
PresentationFramework (4)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
251HighlightBrush = new SolidColorBrush(_background); 341HighlightBrush = new SolidColorBrush(_background); 390return _background; 585if (!_background.Equals(background) ||