1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
763
_highlightAnchor
= value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
553
_highlightAnchor
?.Activate(false);
560
_highlightAnchor
?.Activate(true);
708
IHighlightRange range =
_highlightAnchor
;
758
return
_highlightAnchor
;
764
if (
_highlightAnchor
!= null)
767
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
768
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;