1 write to _highlightAnchor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
787_highlightAnchor = value;
9 references to _highlightAnchor
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (9)
577if (_highlightAnchor != null) 578_highlightAnchor.Activate(false); 585if (_highlightAnchor != null) 586_highlightAnchor.Activate(true); 732IHighlightRange range = _highlightAnchor; 782return _highlightAnchor; 788if (_highlightAnchor != null) 791_highlightAnchor.DefaultBackground = DefaultAnchorBackground; 792_highlightAnchor.DefaultActiveBackground = DefaultActiveAnchorBackground;