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