2 writes to _resultEnd
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
195
_resultEnd
= end.GetFrozenPointer(LogicalDirection.Forward);
219
_resultEnd
= null;
2 references to _resultEnd
PresentationFramework (2)
System\Windows\Documents\FrameworkTextComposition.cs (2)
203
_length = (_resultStart == null) ? -1 : _resultStart.GetOffsetToPosition(
_resultEnd
);
254
return
_resultEnd
;