3 writes to _contentStartOffset
PresentationFramework (3)
System\Windows\Documents\Speller.cs (3)
1669
_contentStartOffset
= 0;
1678
_contentStartOffset
= _textLength;
1702
_contentStartOffset
= _textLength + position.GetOffsetToPosition(contentStart);
2 references to _contentStartOffset
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
1755
Invariant.Assert(
_contentStartOffset
<= _contentEndOffset);
1770
get { return
_contentStartOffset
; }