1 write to _endPosition
PresentationFramework (1)
src\Framework\MS\Internal\Text\TextLineResult.cs (1)
194
_endPosition
= _owner.TextContainer.CreatePointerAtOffset(_dcp + _cch, LogicalDirection.Backward);
2 references to _endPosition
PresentationFramework (2)
src\Framework\MS\Internal\Text\TextLineResult.cs (2)
192
if (
_endPosition
== null)
196
return
_endPosition
;