2 writes to _background
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
238GetColors(attachedAnnotation.Annotation, out _background, out _selectedBackground); 607_background = background;
4 references to _background
PresentationFramework (4)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
259HighlightBrush = new SolidColorBrush(_background); 349HighlightBrush = new SolidColorBrush(_background); 398return _background; 593if (!_background.Equals(background) ||