17 references to ContentStartOffset
PresentationFramework (17)
System\Windows\Documents\Speller.cs (15)
886
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
934
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
1011
if (timeOutOffset > data.TextMap.
ContentStartOffset
)
1056
if (sTextRange.Start < textMap.
ContentStartOffset
)
1058
Invariant.Assert(sTextRange.Start + sTextRange.Length > textMap.
ContentStartOffset
);
1164
contentOffset = textMap.
ContentStartOffset
== rightWordBreak ? rightWordBreak : leftWordBreak;
1168
contentOffset = textMap.
ContentStartOffset
== leftWordBreak ? leftWordBreak : rightWordBreak;
1248
if (textMap.
ContentStartOffset
< sTextRange.Start)
1258
if (textMap.
ContentStartOffset
> sTextRange.Start + sTextRange.Length)
1275
if (leftWordBreak <= textMap.
ContentStartOffset
&&
1276
rightWordBreak >= textMap.
ContentStartOffset
)
1283
rightWordBreak < textMap.
ContentStartOffset
)
1289
if (rightWordBreak > textMap.
ContentStartOffset
)
1305
Invariant.Assert(leftWordBreak <= textMap.
ContentStartOffset
&& textMap.
ContentStartOffset
<= rightWordBreak);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
77
TextMapContentStartOffset = textMap.
ContentStartOffset
,
210
/// <see cref="TextMap.
ContentStartOffset
"/> property of the 'textMap' instance