1 write to Length
PresentationCore (1)
MS\Internal\TextFormatting\TextStore.cs (1)
262
runInfo.
Length
= stringLength;
12 references to Length
PresentationCore (12)
MS\Internal\TextFormatting\TextStore.cs (12)
238
runInfo.
Length
, // text is chopped at run length not string length
257
Debug.Assert(stringLength > 0 && runInfo.
Length
> 0);
259
else if(stringLength != runInfo.
Length
)
284
cchFetched += runInfo.
Length
;
510
int effectedRangeEnd = Math.Min(cpFetched - offset + runInfo.
Length
, bounds[bounds.Length - 1].Position);
630
Debug.Assert(runInfo.StringLength > 0 && runInfo.
Length
> 0);
656
if (runInfo.
Length
> 1)
1563
runInfo.
Length
,
1573
textRunLength = runInfo.
Length
;
1612
lsrunLength = runInfo.
Length
- offsetToFirstChar;
1753
textRunLength = runInfo.
Length
;
1760
runInfo.
Length
,