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); 255return _resultEnd;