6 references to ContentEndOffset
PresentationFramework (6)
System\Windows\Documents\Speller.cs (4)
909if (sTextRange.Start >= data.TextMap.ContentEndOffset) 957if (sTextRange.Start >= data.TextMap.ContentEndOffset) 1017int timeOutOffset = Math.Min(data.TextMap.ContentEndOffset, sentenceEndOffset); 1063if (sTextRange.Start + sTextRange.Length > textMap.ContentEndOffset)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
79TextMapContentEndOffset = textMap.ContentEndOffset 216/// <see cref="TextMap.ContentEndOffset"/> property of the 'textMap' instance.