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