1 write to _range
PresentationFramework (1)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
231
_range
= textAnchor;
3 references to _range
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (3)
271
Invariant.Assert(
_range
!= null, "null highlight range");
412
return
_range
;
569
Invariant.Assert(
_range
!= null, "The highlight range is null");