17 references to ContentStartOffset
PresentationFramework (17)
System\Windows\Documents\Speller.cs (15)
882
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
930
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
1007
if (timeOutOffset > data.TextMap.
ContentStartOffset
)
1052
if (sTextRange.Start < textMap.
ContentStartOffset
)
1054
Invariant.Assert(sTextRange.Start + sTextRange.Length > textMap.
ContentStartOffset
);
1160
contentOffset = textMap.
ContentStartOffset
== rightWordBreak ? rightWordBreak : leftWordBreak;
1164
contentOffset = textMap.
ContentStartOffset
== leftWordBreak ? leftWordBreak : rightWordBreak;
1244
if (textMap.
ContentStartOffset
< sTextRange.Start)
1254
if (textMap.
ContentStartOffset
> sTextRange.Start + sTextRange.Length)
1271
if (leftWordBreak <= textMap.
ContentStartOffset
&&
1272
rightWordBreak >= textMap.
ContentStartOffset
)
1279
rightWordBreak < textMap.
ContentStartOffset
)
1285
if (rightWordBreak > textMap.
ContentStartOffset
)
1301
Invariant.Assert(leftWordBreak <= textMap.
ContentStartOffset
&& textMap.
ContentStartOffset
<= rightWordBreak);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
76
TextMapContentStartOffset = textMap.
ContentStartOffset
,
209
/// <see cref="TextMap.
ContentStartOffset
"/> property of the 'textMap' instance