1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
759
_highlightAnchor
= value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
549
_highlightAnchor
?.Activate(false);
556
_highlightAnchor
?.Activate(true);
704
IHighlightRange range =
_highlightAnchor
;
754
return
_highlightAnchor
;
760
if (
_highlightAnchor
!= null)
763
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
764
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;