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