13 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
1196
if (textSpan.
Length
<= 0)
1245
limitCp -= textSpan.
Length
;
2622
if (textSpan.
Length
<= 0)
2654
_cpFirst -= textSpan.
Length
;
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
322
dcpRun += textSpan.
Length
;
445
dcpRun += textSpan.
Length
;
699
cchTextSpans += textSpan.
Length
;
721
while (cchRunsInSpan < span.
Length
)
733
Invariant.Assert(cchRunsInSpan == span.
Length
);
736
if (dcp + cch <= curDcp + span.
Length
)
739
curDcp += span.
Length
;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
215
dcpRun += textSpan.
Length
;
MS\Internal\Text\ComplexLine.cs (1)
218
runDcp += textSpan.
Length
;