2 writes to _currentTextSegment
PresentationFramework (2)
MS\Internal\Documents\HostedElements.cs (2)
27_currentTextSegment = 0; 112_currentTextSegment++;
10 references to _currentTextSegment
PresentationFramework (10)
MS\Internal\Documents\HostedElements.cs (10)
69Debug.Assert(_currentTextSegment == 0); 82else if (_currentTextSegment < _textSegments.Count) 86Debug.Assert(((ITextPointer)_currentPosition).CompareTo(_textSegments[_currentTextSegment].Start) >= 0 && 87((ITextPointer)_currentPosition).CompareTo(_textSegments[_currentTextSegment].End) < 0); 95while (_currentTextSegment < _textSegments.Count) 97Debug.Assert(((ITextPointer)_currentPosition).CompareTo(_textSegments[_currentTextSegment].Start) >= 0); 98while (((ITextPointer)_currentPosition).CompareTo(_textSegments[_currentTextSegment].End) < 0) 113if (_currentTextSegment < _textSegments.Count) 116if (_textSegments[_currentTextSegment].Start is TextPointer) 118_currentPosition = new TextPointer(_textSegments[_currentTextSegment].Start as TextPointer);