1 write to Length
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
281
runInfo.
Length
= stringLength;
12 references to Length
PresentationCore (12)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (12)
257
runInfo.
Length
, // text is chopped at run length not string length
276
Debug.Assert(stringLength > 0 && runInfo.
Length
> 0);
278
else if(stringLength != runInfo.
Length
)
303
cchFetched += runInfo.
Length
;
531
int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.
Length
, bounds[bounds.Length - 1].Position);
656
Debug.Assert(runInfo.StringLength > 0 && runInfo.
Length
> 0);
682
if (runInfo.
Length
> 1)
1589
runInfo.
Length
,
1599
textRunLength = runInfo.
Length
;
1638
lsrunLength = runInfo.
Length
- offsetToFirstChar;
1776
textRunLength = runInfo.
Length
;
1783
runInfo.
Length
,