1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
763_highlightAnchor = value;
7 references to _highlightAnchor
PresentationFramework (7)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (7)
553_highlightAnchor?.Activate(false); 560_highlightAnchor?.Activate(true); 708IHighlightRange range = _highlightAnchor; 758return _highlightAnchor; 764if (_highlightAnchor != null) 767_highlightAnchor.DefaultBackground = DefaultAnchorBackground; 768_highlightAnchor.DefaultActiveBackground = DefaultActiveAnchorBackground;