4 references to OffsetToFirstCp
PresentationCore (4)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (2)
1417
offsetToNextCaretStopIndex = Math.Min(Length, lsrun.Length - caretStopIndex + lsrun.
OffsetToFirstCp
+ _cpFirst);
2786
offsetToFirstCp = GetRun(((Plsrun)plsrunSpanRider.CurrentElement)).
OffsetToFirstCp
;
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
583
int cpLimit = lsrun.
OffsetToFirstCp
+ stringLengthFitted;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
1836
return GetRun((Plsrun)rider.CurrentElement).
OffsetToFirstCp
+