1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
753_highlightAnchor = value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
549_highlightAnchor?.Activate(false); 556_highlightAnchor?.Activate(true); 698IHighlightRange range = _highlightAnchor; 748return _highlightAnchor; 754if (_highlightAnchor != null) 757_highlightAnchor.DefaultBackground = DefaultAnchorBackground; 758_highlightAnchor.DefaultActiveBackground = DefaultActiveAnchorBackground;