17 references to ContentStartOffset
PresentationFramework (17)
System\Windows\Documents\Speller.cs (15)
883
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
931
if (sTextRange.Start + sTextRange.Length <= data.TextMap.
ContentStartOffset
)
1008
if (timeOutOffset > data.TextMap.
ContentStartOffset
)
1053
if (sTextRange.Start < textMap.
ContentStartOffset
)
1055
Invariant.Assert(sTextRange.Start + sTextRange.Length > textMap.
ContentStartOffset
);
1161
contentOffset = textMap.
ContentStartOffset
== rightWordBreak ? rightWordBreak : leftWordBreak;
1165
contentOffset = textMap.
ContentStartOffset
== leftWordBreak ? leftWordBreak : rightWordBreak;
1245
if (textMap.
ContentStartOffset
< sTextRange.Start)
1255
if (textMap.
ContentStartOffset
> sTextRange.Start + sTextRange.Length)
1272
if (leftWordBreak <= textMap.
ContentStartOffset
&&
1273
rightWordBreak >= textMap.
ContentStartOffset
)
1280
rightWordBreak < textMap.
ContentStartOffset
)
1286
if (rightWordBreak > textMap.
ContentStartOffset
)
1302
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