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)
1887
Invariant.Assert(_contentStartOffset <=
_contentEndOffset
);
1908
get { return
_contentEndOffset
; }