1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
762
_highlightAnchor
= value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
552
_highlightAnchor
?.Activate(false);
559
_highlightAnchor
?.Activate(true);
707
IHighlightRange range =
_highlightAnchor
;
757
return
_highlightAnchor
;
763
if (
_highlightAnchor
!= null)
766
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
767
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;