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