1 write to _start
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
756
_start
= new FixedTextPointer(false, LogicalDirection.Forward, flowStart);
2 references to _start
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
753
if (
_start
== null)
758
return
_start
;