1 write to _range
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
249_range = textAnchor;
3 references to _range
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (3)
293Invariant.Assert(_range != null, "null highlight range"); 436return _range; 603Invariant.Assert(_range != null, "The highlight range is null");