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