6 references to ContentEndOffset
PresentationFramework (6)
System\Windows\Documents\Speller.cs (4)
889if (sTextRange.Start >= data.TextMap.ContentEndOffset) 936if (sTextRange.Start >= data.TextMap.ContentEndOffset) 995int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1041if (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.