4 writes to _contentEndOffset
PresentationFramework (4)
src\Framework\System\Windows\Documents\Speller.cs (4)
1802_contentEndOffset = 0; 1814_contentEndOffset = _textLength; 1839_contentEndOffset = _textLength + position.GetOffsetToPosition(contentEnd); 1875_contentEndOffset = _textLength;
2 references to _contentEndOffset
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
1887Invariant.Assert(_contentStartOffset <= _contentEndOffset); 1908get { return _contentEndOffset; }