1 write to Length
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
261
runInfo.
Length
= stringLength;
12 references to Length
PresentationCore (12)
MS\Internal\TextFormatting\TextStore.cs (12)
237
runInfo.
Length
, // text is chopped at run length not string length
256
Debug.Assert(stringLength > 0 && runInfo.
Length
> 0);
258
else if(stringLength != runInfo.
Length
)
283
cchFetched += runInfo.
Length
;
509
int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.
Length
, bounds[bounds.Length - 1].Position);
629
Debug.Assert(runInfo.StringLength > 0 && runInfo.
Length
> 0);
655
if (runInfo.
Length
> 1)
1562
runInfo.
Length
,
1572
textRunLength = runInfo.
Length
;
1611
lsrunLength = runInfo.
Length
- offsetToFirstChar;
1752
textRunLength = runInfo.
Length
;
1759
runInfo.
Length
,