1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
753
_highlightAnchor
= value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
549
_highlightAnchor
?.Activate(false);
556
_highlightAnchor
?.Activate(true);
698
IHighlightRange range =
_highlightAnchor
;
748
return
_highlightAnchor
;
754
if (
_highlightAnchor
!= null)
757
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
758
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;