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