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); 707IHighlightRange range = _highlightAnchor; 757return _highlightAnchor; 763if (_highlightAnchor != null) 766_highlightAnchor.DefaultBackground = DefaultAnchorBackground; 767_highlightAnchor.DefaultActiveBackground = DefaultActiveAnchorBackground;