2 writes to _background
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (2)
248
GetColors(attachedAnnotation.Annotation, out
_background
, out _selectedBackground);
633
_background
= background;
4 references to _background
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (4)
269
HighlightBrush = new SolidColorBrush(
_background
);
365
HighlightBrush = new SolidColorBrush(
_background
);
414
return
_background
;
619
if (!
_background
.Equals(background) ||