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