1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
765
_highlightAnchor
= value;
9 references to _highlightAnchor
PresentationFramework (9)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (9)
559
if (
_highlightAnchor
!= null)
560
_highlightAnchor
.Activate(false);
567
if (
_highlightAnchor
!= null)
568
_highlightAnchor
.Activate(true);
710
IHighlightRange range =
_highlightAnchor
;
760
return
_highlightAnchor
;
766
if (
_highlightAnchor
!= null)
769
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
770
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;