13 references to Length
PresentationCore (4)
MS\Internal\TextFormatting\TextStore.cs (4)
1211
if (textSpan.
Length
<= 0)
1260
limitCp -= textSpan.
Length
;
2637
if (textSpan.
Length
<= 0)
2669
_cpFirst -= textSpan.
Length
;
PresentationFramework (9)
MS\Internal\PtsHost\Line.cs (7)
328
dcpRun += textSpan.
Length
;
451
dcpRun += textSpan.
Length
;
705
cchTextSpans += textSpan.
Length
;
727
while (cchRunsInSpan < span.
Length
)
739
Invariant.Assert(cchRunsInSpan == span.
Length
);
742
if (dcp + cch <= curDcp + span.
Length
)
745
curDcp += span.
Length
;
MS\Internal\PtsHost\OptimalTextSource.cs (1)
222
dcpRun += textSpan.
Length
;
MS\Internal\Text\ComplexLine.cs (1)
223
runDcp += textSpan.
Length
;