17 references to ContentStartOffset
PresentationFramework (17)
System\Windows\Documents\Speller.cs (15)
879
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
927
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
1004
if (timeOutOffset > data.TextMap.
ContentStartOffset
)
1049
if (sTextRange.Start < textMap.
ContentStartOffset
)
1051
Invariant.Assert(sTextRange.Start + sTextRange.Length > textMap.
ContentStartOffset
);
1157
contentOffset = textMap.
ContentStartOffset
== rightWordBreak ? rightWordBreak : leftWordBreak;
1161
contentOffset = textMap.
ContentStartOffset
== leftWordBreak ? leftWordBreak : rightWordBreak;
1241
if (textMap.
ContentStartOffset
< sTextRange.Start)
1251
if (textMap.
ContentStartOffset
> sTextRange.Start + sTextRange.Length)
1268
if (leftWordBreak <= textMap.
ContentStartOffset
&&
1269
rightWordBreak >= textMap.
ContentStartOffset
)
1276
rightWordBreak < textMap.
ContentStartOffset
)
1282
if (rightWordBreak > textMap.
ContentStartOffset
)
1298
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