4 writes to _contentEndOffset
PresentationFramework (4)
System\Windows\Documents\Speller.cs (4)
1670
_contentEndOffset
= 0;
1682
_contentEndOffset
= _textLength;
1707
_contentEndOffset
= _textLength + position.GetOffsetToPosition(contentEnd);
1743
_contentEndOffset
= _textLength;
2 references to _contentEndOffset
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
1755
Invariant.Assert(_contentStartOffset <=
_contentEndOffset
);
1776
get { return
_contentEndOffset
; }