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