1 write to Length
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
277
runInfo.
Length
= stringLength;
12 references to Length
PresentationCore (12)
MS\Internal\TextFormatting\TextStore.cs (12)
253
runInfo.
Length
, // text is chopped at run length not string length
272
Debug.Assert(stringLength > 0 && runInfo.
Length
> 0);
274
else if(stringLength != runInfo.
Length
)
299
cchFetched += runInfo.
Length
;
525
int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.
Length
, bounds[bounds.Length - 1].Position);
645
Debug.Assert(runInfo.StringLength > 0 && runInfo.
Length
> 0);
671
if (runInfo.
Length
> 1)
1578
runInfo.
Length
,
1588
textRunLength = runInfo.
Length
;
1627
lsrunLength = runInfo.
Length
- offsetToFirstChar;
1768
textRunLength = runInfo.
Length
;
1775
runInfo.
Length
,