6 references to ContentEndOffset
PresentationFramework (6)
System\Windows\Documents\Speller.cs (4)
888
if (sTextRange.Start >= data.TextMap.
ContentEndOffset
)
935
if (sTextRange.Start >= data.TextMap.
ContentEndOffset
)
994
int timeOutOffset = Math.Min(data.TextMap.
ContentEndOffset
, sentenceEndOffset);
1040
if (sTextRange.Start + sTextRange.Length > textMap.
ContentEndOffset
)
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
77
TextMapContentEndOffset = textMap.
ContentEndOffset
214
/// <see cref="TextMap.
ContentEndOffset
"/> property of the 'textMap' instance.