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