1 write to _highlightAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
787
_highlightAnchor
= value;
9 references to _highlightAnchor
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (9)
577
if (
_highlightAnchor
!= null)
578
_highlightAnchor
.Activate(false);
585
if (
_highlightAnchor
!= null)
586
_highlightAnchor
.Activate(true);
732
IHighlightRange range =
_highlightAnchor
;
782
return
_highlightAnchor
;
788
if (
_highlightAnchor
!= null)
791
_highlightAnchor
.DefaultBackground = DefaultAnchorBackground;
792
_highlightAnchor
.DefaultActiveBackground = DefaultActiveAnchorBackground;