1 write to _end
PresentationFramework (1)
System\Windows\Documents\NullTextContainer.cs (1)
36
_end
= new NullTextPointer(this, LogicalDirection.Forward);
2 references to _end
PresentationFramework (2)
System\Windows\Documents\NullTextContainer.cs (2)
192
Debug.Assert(
_end
!= null);
193
return
_end
;