1 write to _highlightAnchor
PresentationFramework (1)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
765_highlightAnchor = value;
9 references to _highlightAnchor
PresentationFramework (9)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (9)
559if (_highlightAnchor != null) 560_highlightAnchor.Activate(false); 567if (_highlightAnchor != null) 568_highlightAnchor.Activate(true); 710IHighlightRange range = _highlightAnchor; 760return _highlightAnchor; 766if (_highlightAnchor != null) 769_highlightAnchor.DefaultBackground = DefaultAnchorBackground; 770_highlightAnchor.DefaultActiveBackground = DefaultActiveAnchorBackground;