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