17 references to ContentStartOffset
PresentationFramework (17)
System\Windows\Documents\Speller.cs (15)
890
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
938
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
1015
if (timeOutOffset > data.TextMap.
ContentStartOffset
)
1060
if (sTextRange.Start < textMap.
ContentStartOffset
)
1062
Invariant.Assert(sTextRange.Start + sTextRange.Length > textMap.
ContentStartOffset
);
1168
contentOffset = textMap.
ContentStartOffset
== rightWordBreak ? rightWordBreak : leftWordBreak;
1172
contentOffset = textMap.
ContentStartOffset
== leftWordBreak ? leftWordBreak : rightWordBreak;
1252
if (textMap.
ContentStartOffset
< sTextRange.Start)
1262
if (textMap.
ContentStartOffset
> sTextRange.Start + sTextRange.Length)
1279
if (leftWordBreak <= textMap.
ContentStartOffset
&&
1280
rightWordBreak >= textMap.
ContentStartOffset
)
1287
rightWordBreak < textMap.
ContentStartOffset
)
1293
if (rightWordBreak > textMap.
ContentStartOffset
)
1309
Invariant.Assert(leftWordBreak <= textMap.
ContentStartOffset
&& textMap.
ContentStartOffset
<= rightWordBreak);
System\Windows\Documents\TextMapOffsetErrorLogger.cs (2)
78
TextMapContentStartOffset = textMap.
ContentStartOffset
,
211
/// <see cref="TextMap.
ContentStartOffset
"/> property of the 'textMap' instance