3 writes to _contentStartOffset
PresentationFramework (3)
System\Windows\Documents\Speller.cs (3)
1698_contentStartOffset = 0; 1707_contentStartOffset = _textLength; 1731_contentStartOffset = _textLength + position.GetOffsetToPosition(contentStart);
2 references to _contentStartOffset
PresentationFramework (2)
System\Windows\Documents\Speller.cs (2)
1784Invariant.Assert(_contentStartOffset <= _contentEndOffset); 1799get { return _contentStartOffset; }