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