4 writes to _contentEndOffset
PresentationFramework (4)
System\Windows\Documents\Speller.cs (4)
1666
_contentEndOffset
= 0;
1678
_contentEndOffset
= _textLength;
1703
_contentEndOffset
= _textLength + position.GetOffsetToPosition(contentEnd);
1739
_contentEndOffset
= _textLength;
2 references to _contentEndOffset
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
1751
Invariant.Assert(_contentStartOffset <=
_contentEndOffset
);
1772
get { return
_contentEndOffset
; }