4 references to OffsetToFirstChar
PresentationCore (4)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
147int j = lsrun.OffsetToFirstChar + lsrunOffset; 162pwchText += lsrun.OffsetToFirstChar + lsrunOffset;
MS\Internal\TextFormatting\TextStore.cs (2)
2159int ichFirst = lsrun.OffsetToFirstChar + lscpChunk - _cpFirst - rider.CurrentSpanStart; 2232int ichFirst = lsrun.OffsetToFirstChar + lsrun.Length - lsrunLength;