6 references to ContentEndOffset
PresentationFramework (6)
System\Windows\Documents\Speller.cs (4)
892if (sTextRange.Start >= data.TextMap.ContentEndOffset) 939if (sTextRange.Start >= data.TextMap.ContentEndOffset) 998int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1044if (sTextRange.Start + sTextRange.Length > textMap.ContentEndOffset)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
78TextMapContentEndOffset = textMap.ContentEndOffset 215/// <see cref="TextMap.ContentEndOffset"/> property of the 'textMap' instance.