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