1 write to _end
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
769
_end
= new FixedTextPointer(false, LogicalDirection.Backward, flowEnd);
2 references to _end
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
766
if (
_end
== null)
772
return
_end
;