4 writes to _contentEndOffset
PresentationFramework (4)
System\Windows\Documents\Speller.cs (4)
1699_contentEndOffset = 0; 1711_contentEndOffset = _textLength; 1736_contentEndOffset = _textLength + position.GetOffsetToPosition(contentEnd); 1772_contentEndOffset = _textLength;
2 references to _contentEndOffset
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
1784Invariant.Assert(_contentStartOffset <= _contentEndOffset); 1805get { return _contentEndOffset; }