1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
43
_end
= new NullTextPointer(this, LogicalDirection.Forward);
2 references to _end
PresentationFramework (2)
src\Framework\System\Windows\Documents\NullTextContainer.cs (2)
199
Debug.Assert(
_end
!= null);
200
return
_end
;