2 writes to _resultEnd
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
196
_resultEnd
= end.GetFrozenPointer(LogicalDirection.Forward);
220
_resultEnd
= null;
2 references to _resultEnd
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
204
_length = (_resultStart == null) ? -1 : _resultStart.GetOffsetToPosition(
_resultEnd
);
255
return
_resultEnd
;