3 writes to _contentStartOffset
PresentationFramework (3)
src\Framework\System\Windows\Documents\Speller.cs (3)
1801_contentStartOffset = 0; 1810_contentStartOffset = _textLength; 1834_contentStartOffset = _textLength + position.GetOffsetToPosition(contentStart);
2 references to _contentStartOffset
PresentationFramework (2)
src\Framework\System\Windows\Documents\Speller.cs (2)
1887Invariant.Assert(_contentStartOffset <= _contentEndOffset); 1902get { return _contentStartOffset; }