1 write to _end
PresentationFramework (1)
System\Windows\Documents\FixedTextView.cs (1)
759
_end
= new FixedTextPointer(false, LogicalDirection.Backward, flowEnd);
2 references to _end
PresentationFramework (2)
System\Windows\Documents\FixedTextView.cs (2)
756
if (
_end
== null)
761
return
_end
;