2 writes to _background
PresentationFramework (2)
MS\Internal\Annotations\Component\HighlightComponent.cs (2)
229GetColors(attachedAnnotation.Annotation, out _background, out _selectedBackground); 598_background = background;
4 references to _background
PresentationFramework (4)
MS\Internal\Annotations\Component\HighlightComponent.cs (4)
250HighlightBrush = new SolidColorBrush(_background); 340HighlightBrush = new SolidColorBrush(_background); 389return _background; 584if (!_background.Equals(background) ||