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