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